http://codereview.chromium.org/549207/diff/1/8
File src/scanner.cc (right):

http://codereview.chromium.org/549207/diff/1/8#newcode692
src/scanner.cc:692: if (c0_ < '0' || c0_ > '9') return Token::ILLEGAL;
According to spec this can actually be 0 (ExponentPart is used here and
allows arbitrary DecimalDigits) - although I agree that this does not
make much sense.

http://codereview.chromium.org/549207

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

Reply via email to