| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index 98547305101514a8d9944f44fe381207d23f9906..ee19a4434c2dc673b3e9471ceda65735b8bde1f6 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -104,6 +104,7 @@ 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")
|
| +DEFINE_bool(string_slices, false, "use string slices")
|
|
|
| // Flags for Crankshaft.
|
| #ifdef V8_TARGET_ARCH_MIPS
|
|
|