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

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: Remove facilities for rewriting the expression multiple ways Created 5 years 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 769150c34b5154217e8b29c6a10b24758b163aa9..2eb593526ba07989b793923ea1f8c1b9becaa58f 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -207,7 +207,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")
adamk 2015/12/02 01:51:36 Does this need to imply harmony_destructuring_bind
caitp (gmail) 2015/12/02 02:25:26 it can function without it, so I don't think it re
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \
« src/ast/ast.h ('K') | « src/crankshaft/typing.cc ('k') | src/full-codegen/full-codegen.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698