• littledan's avatar
    Stage sloppy let · a2841eb0
    littledan authored
    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
    
    Review URL: https://codereview.chromium.org/1321013005
    
    Cr-Commit-Position: refs/heads/master@{#30525}
    a2841eb0
Name
Last commit
Last update
..
benchmarks Loading commit data...
cctest Loading commit data...
intl Loading commit data...
js-perf-test Loading commit data...
memory Loading commit data...
message Loading commit data...
mjsunit Loading commit data...
mozilla Loading commit data...
preparser Loading commit data...
promises-aplus Loading commit data...
simdjs Loading commit data...
test262 Loading commit data...
test262-es6 Loading commit data...
unittests Loading commit data...
webkit Loading commit data...