Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 706) |
| +++ src/flag-definitions.h (working copy) |
| @@ -270,6 +270,7 @@ |
| "(requires heap_stats)") |
| DEFINE_bool(trace_regexps, false, "trace regexp execution") |
| +DEFINE_bool(trace_regexp_bytecodes, false, "trace regexp bytecode executon") |
| // |
| // Logging and profiling only flags |