Status: New
Owner: ----

New 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

The escape sequence "\0" throws a "SyntaxError: Octal literals are not allowed in strict mode." in strict mode in v8 (checked Chromium build 73027). FFb7 allows "\0" but throws an error for "\00".

Tested using: (function(){ "use strict"; var foo="\0"; })()

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

Reply via email to