| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c7e777ee914b70670f9c85e76436e5e8f11880d2..bead4885a7b8527f3010abea0c9418e67a807c5d 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -179,6 +179,11 @@ DEFINE_BOOL(strong_mode, false, "experimental strong language mode")
|
| DEFINE_IMPLICATION(use_strong, strong_mode)
|
| DEFINE_BOOL(strong_this, true, "don't allow 'this' to escape from constructors")
|
|
|
| +#ifdef V8_I18N_SUPPORT
|
| +DEFINE_BOOL(icu_case_mapping, false,
|
| + "case mapping with ICU rather than Unibrow")
|
| +#endif
|
| +
|
| DEFINE_BOOL(es_staging, false,
|
| "enable test-worthy harmony features (for internal use only)")
|
| DEFINE_BOOL(harmony, false, "enable all completed harmony features")
|
|
|