DescriptionMake scanner handle invalid unicode escapes in identifiers correctly.
I.e., don't just convert \u to u in identifiers (like in strings and regexps).
Also make the scanning of RegExp flags not interpret the escapes.
(Fix and reapply of r8942)
BUG=v8:1620
TEST=mjsunit/regress/regress-1620
Committed: http://code.google.com/p/v8/source/detail?r=8969
Patch Set 1 #
Total comments: 3
Patch Set 2 : Addressed review comments. Fixed bug, updated sputnik expectations. #
Messages
Total messages: 3 (0 generated)
|