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

Unified Diff: src/flag-definitions.h

Issue 663683006: Implement ES6 Template Literals (Closed) Base URL: https://v8.googlecode.com/svn/branches/bleeding_edge
Patch Set: Rebased against https://chromium.googlesource.com/v8/v8.git/master Created 6 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 49d44746e8297ed46c730cd50371a6a509985660..a3e618af946016acdd0ded62956c554b1b697eae 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -172,7 +172,8 @@ DEFINE_IMPLICATION(harmony, es_staging)
V(harmony_regexps, "harmony regular expression extensions") \
V(harmony_arrow_functions, "harmony arrow functions") \
V(harmony_tostring, "harmony toString") \
- V(harmony_proxies, "harmony proxies")
+ V(harmony_proxies, "harmony proxies") \
+ V(harmony_templates, "harmony template literals")
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) V(harmony_strings, "harmony string methods")
« no previous file with comments | « src/bootstrapper.cc ('k') | src/harmony-templates.js » ('j') | src/preparser.h » ('J')

Powered by Google App Engine
This is Rietveld 408576698