• adamk's avatar
    Reland shipping of --harmony-destructuring-bind · 481bad1f
    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.
    
    The previous patch ran into problems with the fuzzer; that crash was fixed
    (with test coverage added) in https://crrev.com/ceb92ebfdfb561d71038793c02b42aa973f55ec4
    
    BUG=v8:811
    LOG=y
    TBR=rossberg@chromium.org
    CQ_INCLUDE_TRYBOTS=tryserver.chromium.linux:linux_chromium_rel_ng;tryserver.blink:linux_blink_rel
    
    Review URL: https://codereview.chromium.org/1473243006
    
    Cr-Commit-Position: refs/heads/master@{#32306}
    481bad1f
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
docs Loading commit data...
include Loading commit data...
infra Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...
snapshot_toolchain.gni Loading commit data...