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

Unified Diff: src/flag-definitions.h

Issue 2765293002: [Builtins] Provide a code-stub impl. of Array.prototype.map (Closed)
Patch Set: Bugfix. Created 3 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
« src/builtins/builtins-array-gen.cc ('K') | « src/code-factory.cc ('k') | no next file » | 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 d26d4f8a81ec50b7ccc095da2ef9934af0079642..d29ddfa1837e760ebadeffa1bf7f60bc0f166687 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -771,7 +771,7 @@ DEFINE_BOOL(builtins_in_stack_traces, false,
"show built-in functions in stack traces")
// builtins.cc
-DEFINE_BOOL(experimental_fast_array_builtins, false,
+DEFINE_BOOL(experimental_fast_array_builtins, true,
danno 2017/03/23 12:25:04 Probably want to keep this off for now ;-)
mvstanton 2017/03/24 09:37:08 Done.
"use experimental array builtins")
DEFINE_BOOL(allow_unsafe_function_constructor, false,
"allow invoking the function constructor without security checks")
« src/builtins/builtins-array-gen.cc ('K') | « src/code-factory.cc ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698