Status: Accepted Owner: [email protected] Labels: Type-Bug Priority-Medium
New issue 1620 by [email protected]: V8 allows escapes in identifiers that are not unicode escapes
http://code.google.com/p/v8/issues/detail?id=1620 Example: var \u\u\u = 42; alert(uuu); It's only \u that is allowed.See: http://www.thespanner.co.uk/2011/08/15/unicode-monster-is-back-this-time-eating-chrome/
-- v8-dev mailing list [email protected] http://groups.google.com/group/v8-dev
