| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index ac57e0285332f020938f4cb646377d1cdedf5230..af6fb8f6260fbb80841612d1fa6509f06b559f5d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -98,6 +98,7 @@ private:
|
|
|
| // Flags for experimental language features.
|
| DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
|
| +DEFINE_bool(harmony_weakmaps, false, "enable harmony weak maps")
|
|
|
| // Flags for experimental implementation features.
|
| DEFINE_bool(unbox_double_arrays, true, "automatically unbox arrays of doubles")
|
|
|