• adamk's avatar
    Move --harmony-destructuring-bind to shipping · 51509363
    adamk authored
    Also fix CheckConflictingVarDeclarations() to properly handle
    legacy const bindings. Without that change enabling the flag
    causes code like:
    
      function f() { const x; var x; }
    
    to throw an early error, rather than wait to throw the error
    until f is invoked.
    
    BUG=v8:811
    LOG=y
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
    
    Review URL: https://codereview.chromium.org/1451843002
    
    Cr-Commit-Position: refs/heads/master@{#32222}
    51509363
Name
Last commit
Last update
..
mozilla-shell-emulation.js Loading commit data...
mozilla.gyp Loading commit data...
mozilla.isolate Loading commit data...
mozilla.status Loading commit data...
testcfg.py Loading commit data...