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:
adamk 2015-12-10 05:27:41 -08:00 committed by Commit bot
parent a5380fe9ed
commit 93d56fde70

View File

@ -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) \