Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2a6814ef929827a6e82c555bd636e7f3711273b2..3ad21bf2fc6dd177f0f31e79893b9a94d46d9583 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -203,7 +203,8 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring_bind) |
V(harmony_simd, "harmony simd") \ |
V(harmony_do_expressions, "harmony do-expressions") \ |
V(harmony_regexp_subclass, "harmony regexp subclassing") \ |
- V(harmony_regexp_lookbehind, "harmony regexp lookbehind") |
+ V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \ |
+ V(harmony_destructuring_assignment, "harmony destructuring assignment") |
// Features that are complete (but still behind --harmony/es-staging flag). |
#define HARMONY_STAGED(V) \ |