DescriptionThe 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.
BUG=1649
TEST=parse-int-float.js
Committed: http://code.google.com/p/v8/source/detail?r=9116
Patch Set 1 #Patch Set 2 : '' #
Messages
Total messages: 1 (0 generated)
|