| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 3531)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -231,6 +231,7 @@
|
| // Regexp
|
| DEFINE_bool(trace_regexps, false, "trace regexp execution")
|
| DEFINE_bool(regexp_optimization, true, "generate optimized regexp code")
|
| +DEFINE_bool(regexp_entry_native, true, "use native code to enter regexp")
|
|
|
| // Testing flags test/cctest/test-{flags,api,serialization}.cc
|
| DEFINE_bool(testing_bool_flag, true, "testing_bool_flag")
|
|
|