Chromium Code Reviews| Index: src/flag-definitions.h |
| =================================================================== |
| --- src/flag-definitions.h (revision 6437) |
| +++ src/flag-definitions.h (working copy) |
| @@ -301,6 +301,7 @@ |
| // parser.cc |
| DEFINE_bool(allow_natives_syntax, false, "allow natives syntax") |
| +DEFINE_bool(strict_mode, true, "allow strict mode directives") |
| // rewriter.cc |
| DEFINE_bool(optimize_ast, true, "optimize the ast") |