| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 15f8def0741d3d08190e7d5611e33e00a6f760db..69139bb4ca52e9ac62050be4c104626486a5e860 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -96,6 +96,9 @@ private:
|
| //
|
| #define FLAG FLAG_FULL
|
|
|
| +// Flags for experimental language features.
|
| +DEFINE_bool(harmony_proxies, false, "enable harmony proxies")
|
| +
|
| // Flags for Crankshaft.
|
| #ifdef V8_TARGET_ARCH_MIPS
|
| DEFINE_bool(crankshaft, false, "use crankshaft")
|
|
|