Comment #1 on issue 1972 by [email protected]: Incorrect treatment of unicode escapes in keywords
http://code.google.com/p/v8/issues/detail?id=1972
Conversely, the following should be syntax errors:
var v\u0061r = 9
eval("var v\\u0061r = 9")
FF rejects them, V8 accepts them, introducing a variable named "var".
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
