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

Unified Diff: src/flag-definitions.h

Issue 1781573003: Expose Array.prototype.values behind a flag and stage it (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 9 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
« no previous file with comments | « src/bootstrapper.cc ('k') | test/mjsunit/es6/array-prototype-values.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index 83b1a4df7074b4d67f7ffb538d6cc544d0ff5857..fb07bd3457a42a2254f410292eb67a021a3c645f 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -218,6 +218,7 @@ DEFINE_IMPLICATION(es_staging, harmony_tailcalls)
// Features that are complete (but still behind --harmony/es-staging flag).
#define HARMONY_STAGED(V) \
+ V(harmony_array_prototype_values, "harmony Array.prototype.values") \
V(harmony_regexp_lookbehind, "harmony regexp lookbehind") \
V(harmony_instanceof, "harmony instanceof support") \
V(harmony_object_values_entries, "harmony Object.values / Object.entries") \
« no previous file with comments | « src/bootstrapper.cc ('k') | test/mjsunit/es6/array-prototype-values.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698