• 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
..
README Loading commit data...
harness-adapt.js Loading commit data...
test262-es6.status Loading commit data...
testcfg.py Loading commit data...