| Index: src/flag-definitions.h
|
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h
|
| index c0fd5fcee6ea82d7afd53b4b7fe5d088fdf21d91..ef6f38065e36b8ea1522dd61bd5962bc126388f0 100644
|
| --- a/src/flag-definitions.h
|
| +++ b/src/flag-definitions.h
|
| @@ -178,6 +178,11 @@ DEFINE_BOOL(experimental_extras, false,
|
| // Flags for language modes and experimental language features.
|
| DEFINE_BOOL(use_strict, false, "enforce strict mode")
|
|
|
| +#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")
|
|
|