| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 476e5348af3dd96ea158c27559c29171d660903d..6faae34ab3952dd01b7cd31ab25eb74d2d5b2eb3 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -167,10 +167,7 @@ struct MaybeBoolFlag {
|
|
|
| // Flags for language modes and experimental language features.
|
| DEFINE_bool(use_strict, false, "enforce strict mode")
|
| -DEFINE_bool(es5_readonly, true,
|
| - "activate correct semantics for inheriting readonliness")
|
| -DEFINE_bool(es52_globals, true,
|
| - "activate new semantics for global var declarations")
|
| +DEFINE_bool(es_staging, false, "enable upcoming ES6+ features")
|
|
|
| DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
|
| DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
|
|
|