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

Unified Diff: src/flag-definitions.h

Issue 1399893002: [es7] implement |do| expressions proposal (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: fix AST numbering issue + add simple TF impl Created 5 years, 2 months 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 9f350a150fcd575cb5da944282d9a22a537b3652..0a225d7770e8b02bfb31c4b2e3df679d59672aba 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -187,6 +187,8 @@ DEFINE_IMPLICATION(es_staging, harmony)
DEFINE_BOOL(legacy_const, true, "legacy semantics for const in sloppy mode")
+DEFINE_BOOL(do_expression_parsing, false, "do expression parsing")
rossberg 2015/10/12 13:52:40 No reason not to call this harmony_do_expressions,
caitp (gmail) 2015/10/12 18:23:00 Hmm, I think "harmony" might be a bit of a stretch
rossberg 2015/10/13 10:44:32 It's in the TC39 process, so it's adequate. We hav
caitp (gmail) 2015/10/13 15:05:59 Done
+
// Features that are still work in progress (behind individual flags).
#define HARMONY_INPROGRESS(V) \
V(harmony_modules, "harmony modules") \

Powered by Google App Engine
This is Rietveld 408576698