Activate destructuring assignment on ClusterFuzz
BUG=v8:811 LOG=n Review URL: https://codereview.chromium.org/1512153002 Cr-Commit-Position: refs/heads/master@{#32751}
This commit is contained in:
parent
a5380fe9ed
commit
93d56fde70
@ -190,7 +190,7 @@ DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")
|
||||
DEFINE_NEG_IMPLICATION(harmony, legacy_const)
|
||||
|
||||
// Activate on ClusterFuzz.
|
||||
DEFINE_IMPLICATION(es_staging, harmony_destructuring_bind)
|
||||
DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment)
|
||||
|
||||
// Features that are still work in progress (behind individual flags).
|
||||
#define HARMONY_INPROGRESS(V) \
|
||||
|
Loading…
Reference in New Issue
Block a user