Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 789812b50debf8de0f89fb0c1152524294491d57..9ed013203b0a82d25965819d607ddc327ef7009c 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -1136,6 +1136,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") |