Reviewers: rossberg, Michael Starzinger,

Message:
At your leisure, please take a look.

Description:
Upgrade Number constructor to ES6.

Add missing constants, predicates and functions to the Number
constructor to have it offer what ES6 now specifies.

That is, extend it with:

 * isInteger(), isSafeInteger()
 * parseInt(), parseFloat()
 * EPSILON, MIN_SAFE_INTEGER, MAX_SAFE_INTEGER

LOG=N
R=
BUG=v8:3082

Please review this at https://codereview.chromium.org/124573002/

SVN Base: git://github.com/v8/v8.git@bleeding_edge

Affected files (+147, -28 lines):
  M src/v8natives.js
  M test/mjsunit/math-floor-part1.js
  M test/mjsunit/math-round.js
  M test/mjsunit/number-is.js
  M test/mjsunit/parse-int-float.js


--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to