Status: New
Owner: ----
New issue 1649 by [email protected]: The order of evaluation in parseInt
is wrong.
http://code.google.com/p/v8/issues/detail?id=1649
The spec (15.1.2.2 parseInt (string , radix)) says ToString should be
called before ToInt32.
http://www.ecma-international.org/publications/files/ECMA-ST/Ecma-262.pdf
In the current implementation, the order is reversed. So this webkit test
(https://bugs.webkit.org/show_bug.cgi?id=65366) fails on Chromium.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev