| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 1af37c0b54f2f4d5de3c2b76ab1e2689b1741b4e..941938f5cbdd350e57fbb24c34046433178ae2f6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -962,6 +962,7 @@ DEFINE_BOOL(regexp_possessive_quantifier, false,
|
| DEFINE_BOOL(trace_regexp_bytecodes, false, "trace regexp bytecode execution")
|
| DEFINE_BOOL(trace_regexp_assembler, false,
|
| "trace regexp macro assembler calls.")
|
| +DEFINE_BOOL(trace_regexp_parser, false, "trace regexp parsing")
|
|
|
| //
|
| // Logging and profiling flags
|
|
|