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

Unified Diff: src/flag-definitions.h

Issue 8188: Some new regexp infrastructure. (Closed)
Patch Set: Created 12 years, 2 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 c4de404116e8313660e19a928cf2015c305264e7..9ef2518822069d4afc3fd121cdf69d9f3461f1eb 100644
--- a/src/flag-definitions.h
+++ b/src/flag-definitions.h
@@ -264,6 +264,8 @@ DEFINE_bool(collect_heap_spill_statistics, false,
"report heap spill statistics along with heap_stats "
"(requires heap_stats)")
+DEFINE_bool(trace_regexps, false, "trace regexp execution")
+
//
// Logging and profiling only flags
//

Powered by Google App Engine
This is Rietveld 408576698