Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement ECMA262 String builtin object #80

Closed
25 tasks done
ILyoan opened this issue May 19, 2015 · 3 comments
Closed
25 tasks done

Implement ECMA262 String builtin object #80

ILyoan opened this issue May 19, 2015 · 3 comments
Labels
development Feature implementation ecma builtins Related to ECMA built-in routines normal
Milestone

Comments

@ILyoan
Copy link
Contributor

ILyoan commented May 19, 2015

To track status of progress of String builtin.

See ECMA262 String for specification.

Required items

@ILyoan ILyoan added normal ecma builtins Related to ECMA built-in routines development Feature implementation labels May 19, 2015
@ILyoan
Copy link
Contributor Author

ILyoan commented May 19, 2015

Refer
#6
jerryscript-project/iotjs#3

@galpeter galpeter added this to the ECMA builtins milestone May 20, 2015
@galpeter
Copy link
Contributor

A lot of String prototype functions depends on other parts: mostly unicode (#49) and regexp (#27) support .

@lemmaa lemmaa changed the title Comple ECMA262 String builtin object Implement ECMA262 String builtin object May 26, 2015
@galpeter
Copy link
Contributor

galpeter commented Aug 7, 2015

All string built-ins have implementations, closing issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
development Feature implementation ecma builtins Related to ECMA built-in routines normal
Projects
None yet
Development

No branches or pull requests

2 participants