Updates:
        Status: Accepted
        Owner: [email protected]
        Labels: Type-Bug ES5

Comment #1 on issue 1084 by [email protected]: In strict mode, "\0" as an escape sequence for NUL throws a syntax error
http://code.google.com/p/v8/issues/detail?id=1084

It's a bug. We have so far treated '\0' as an octal escape instead of a decimal escape, since it has the same value, but it is rightly a decimal escape and should not be prohibited in strict mode.

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

Reply via email to