Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 069e075529d4cfe537dbbac96e7db1e920b7b407..d08b181307b48283450157eae7435a60f3bccce3 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1143,6 +1143,9 @@ DEFINE_BOOL(test_secondary_stub_cache, false, |
DEFINE_BOOL(test_primary_stub_cache, false, |
"test primary stub cache by disabling the secondary one") |
+DEFINE_BOOL(test_small_max_function_context_stub_size, false, |
+ "enable testing the function context size overflow path " |
+ "by making the maximum size smaller") |
// codegen-ia32.cc / codegen-arm.cc |
DEFINE_BOOL(print_code, false, "print generated code") |