| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 0f2a76721370b4605d4a3021b78e8a8de2215575..05bd9f9729a3d838c5274bf38041443c8959ff51 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -106,7 +106,9 @@ private:
|
| //
|
| #define FLAG FLAG_FULL
|
|
|
| -// Flags for experimental language features.
|
| +// Flags for language modes and experimental language features.
|
| +DEFINE_bool(use_strict, false, "enforce strict mode")
|
| +
|
| DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
|
| DEFINE_bool(harmony_scoping, false, "enable harmony block scoping")
|
| DEFINE_bool(harmony_modules, false, "enable harmony modules")
|
|
|