Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(192)

Unified Diff: src/flag-definitions.h

Issue 1309813007: [es6] implement destructuring assignment (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Cache te right scope in DeclareAndInitializeVariables() Created 5 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index c427eece927ad8836ce29fbed3d4ea58e1448a9f..7442ee5023fa473c8f2034c2abbbc71f09ec3917 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) \

Powered by Google App Engine
This is Rietveld 408576698