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

Unified Diff: src/flag-definitions.h

Issue 1642223003: [api] Make ObjectTemplate::SetNativeDataProperty() work even if the ObjectTemplate does not have a … (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 4 years, 11 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 a7fc25ef1ccc31540c2faaa96c26fdb5bda4b387..8ef78f4adc28d1076910ba972d85abfc4c306583 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -872,6 +872,8 @@ DEFINE_BOOL(manual_evacuation_candidates_selection, false,
"candidates pages (requires --stress_compaction).")
// api.cc
+DEFINE_BOOL(new_api_accessors, true,
+ "install native data accessors directly on object")
DEFINE_INT(external_allocation_limit_incremental_time, 1,
"Time spent in incremental marking steps (in ms) once the external "
"allocation limit is reached")
« src/builtins.cc ('K') | « src/conversions-inl.h ('k') | src/ia32/builtins-ia32.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698