Status: New
Owner: ----

New issue 2373 by [email protected]: JSON.parse() is broken after r12761
http://code.google.com/p/v8/issues/detail?id=2373

.../chromium/src/v8$ ./out/native/shell -e "JSON.parse('{\"a\":2600753951}')"

ACTUAL:
undefined:1: SyntaxError: Unexpected number
{"a":2600753951}
              ^
SyntaxError: Unexpected number
    at Object.parse (native)
    at unnamed:1:6

EXPECTED: no error

Note this works as expected before r12761

--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to