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

Unified Diff: src/flag-definitions.h

Issue 1518873004: [es6] Support Function name inference in variable declarations (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: 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 51a7106516ac822cf3594359111e8e982f787e93..dab8b188d058fb766e13c5b16fe3b160fb8159ad 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -202,6 +202,7 @@ DEFINE_IMPLICATION(es_staging, harmony_destructuring_assignment)
V(harmony_modules, "harmony modules") \
V(harmony_proxies, "harmony proxies") \
V(harmony_unicode_regexps, "harmony unicode regexps") \
+ V(harmony_function_name, "harmony Function name inference") \
V(harmony_reflect, "harmony Reflect API") \
V(harmony_sloppy_function, "harmony sloppy function block scoping") \
V(harmony_sharedarraybuffer, "harmony sharedarraybuffer") \
« no previous file with comments | « src/bootstrapper.cc ('k') | src/parsing/parser.cc » ('j') | test/test262/test262.status » ('J')

Powered by Google App Engine
This is Rietveld 408576698