Index: src/flag-definitions.h |
diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
index 4a0d3c661a24cb6ecd292441f53fcb11d16941ee..747e7c1f3c131d041785b876ca5587e86565f7ed 100644 |
--- a/src/flag-definitions.h |
+++ b/src/flag-definitions.h |
@@ -363,6 +363,7 @@ DEFINE_bool(cache_prototype_transitions, true, "cache prototype transitions") |
// debug.cc |
DEFINE_bool(trace_debug_json, false, "trace debugging JSON request/response") |
+DEFINE_bool(trace_array_abuse, false, "trace out-of-bounds array accesses") |
DEFINE_bool(debugger_auto_break, true, |
"automatically set the debug break flag when debugger commands are " |
"in the queue") |