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

Support ES6 additions to Number #165

Closed
gbrail opened this issue Mar 10, 2015 · 1 comment
Closed

Support ES6 additions to Number #165

gbrail opened this issue Mar 10, 2015 · 1 comment
Milestone

Comments

@gbrail
Copy link
Collaborator

gbrail commented Mar 10, 2015

These include:

isFinite
isInteger
isSafeInteger
isNaN

and others

isFinite and isNaN have been in old versions of V8 so they are higher priority.

@gbrail
Copy link
Collaborator Author

gbrail commented Jun 16, 2015

Added static methods to the Number class:

isFinite()
isNaN()
isInteger()
isSafeInteger()
parseFloat()
parseInt()

@gbrail gbrail added this to the Release 1.7.7 milestone Jun 17, 2015
@gbrail gbrail closed this as completed Jun 17, 2015
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant