| Index: src/flag-definitions.h
|
| ===================================================================
|
| --- src/flag-definitions.h (revision 8931)
|
| +++ src/flag-definitions.h (working copy)
|
| @@ -97,8 +97,10 @@
|
| #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")
|
| +DEFINE_bool(harmony_block_scoping, false, "enable harmony block scoping")
|
|
|
| // Flags for experimental implementation features.
|
| DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of doubles")
|
|
|