| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 101900ea27fb378cb00888060cff5359a9c426ea..3f4ead8f223988c80f456daa674bcbf00f4d1adc 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -132,6 +132,8 @@ public:
|
|
|
| // Flags for language modes and experimental language features.
|
| DEFINE_bool(use_strict, false, "enforce strict mode")
|
| +DEFINE_bool(es52_globals, false,
|
| + "activate new semantics for global var declarations")
|
|
|
| DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
|
| DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
|
|
|