Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 2b12e657898463c483daa1aa91639be36564a67f..88ba0e402f314e6f2bc45e6680ea40b38c479835 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -167,6 +167,9 @@ struct MaybeBoolFlag { |
// |
#define FLAG FLAG_FULL |
+DEFINE_BOOL(experimental_extras, false, |
+ "enable code compiled in via v8_experimental_extra_library_files") |
+ |
// Flags for language modes and experimental language features. |
DEFINE_BOOL(use_strict, false, "enforce strict mode") |
DEFINE_BOOL(use_strong, false, "enforce strong mode") |