| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 2ea9651b64d5a9b3bbd825176fdc923115484819..e315af92af6a3c92697bc6b1efc8a253ea1e581d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -97,6 +97,7 @@ private:
|
| #define FLAG FLAG_FULL
|
|
|
| // Flags for experimental language features.
|
| +DEFINE_bool(harmony_typeof, false, "enable harmony semantics for typeof")
|
| DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
|
| DEFINE_bool(harmony_weakmaps, false, "enable harmony weak maps")
|
|
|
|
|