DescriptionMove --harmony-destructuring-bind to shipping
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
Committed: https://crrev.com/515093630a4a925a66d550561e38293d49633f10
Cr-Commit-Position: refs/heads/master@{#32222}
Patch Set 1 #Patch Set 2 : Fix some test failures #Patch Set 3 : Revert scope change #Patch Set 4 : Fixed redeclaration problems #Patch Set 5 : Mark now-passing Mozilla tests as such #
Messages
Total messages: 25 (10 generated)
|