DescriptionStage sloppy let
Move the --harmony-sloppy-let flag to staging for further testing, and
update test262 for the new passing tests. Also increase the strictness
of the parser, even in sloppy mode, to disallow "new legacy compat" for
for (let x = 5 in {}) {}
which is now a SyntaxError.
BUG=v8:3305
LOG=Y
R=adamk
Committed: https://crrev.com/07bc0117be8dc9e63ec14d5f9645c483d60a1bec
Cr-Commit-Position: refs/heads/master@{#30515}
Patch Set 1 #Patch Set 2 : test262 update #Patch Set 3 : test262 update and make parser more strict #Patch Set 4 : all const tests still disabled #Patch Set 5 : more test failures #Patch Set 6 : tests #Patch Set 7 : another test #
Messages
Total messages: 31 (13 generated)
|