Updates:
Labels: ES5 DeliberateSpecViolation
Comment #8 on issue 1645 by [email protected]: parseInt still parsing
octal
http://code.google.com/p/v8/issues/detail?id=1645
copy-paste from my IE 9.0.2:
parseInt('010')
8
Same result no matter whether I put this into the dev tools console, the
address bar ("javascript:alert(parseInt('010'))"), or into a <script> tag
in an .html document.
Safari 5.1 also does octal parsing, btw.
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev