[Webkit-unassigned] [Bug 140420] JavaScript identifier incorrectly parsed if the prefix before an escape sequence is a keyword

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jan 13 20:57:33 PST 2015


https://bugs.webkit.org/show_bug.cgi?id=140420

--- Comment #2 from Michael Saboff <msaboff at apple.com> ---
Using ToT r178251.

For "in\u00e9dit = 1;" I get:
SyntaxError: Unexpected keyword 'in'

For "var in\u00e9dit = 1;" I get:
SyntaxError: Cannot use the keyword 'in' as a variable name.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150114/53c80907/attachment-0002.html>


More information about the webkit-unassigned mailing list