Chromium Code Reviews| Index: src/flag-definitions.h |
| diff --git a/src/flag-definitions.h b/src/flag-definitions.h |
| index f887418a2c472b0b7c4c4b0933184ff53203c80d..ee63b681889af95353ef619a3363b1e6d8bb74c4 100644 |
| --- a/src/flag-definitions.h |
| +++ b/src/flag-definitions.h |
| @@ -178,6 +178,12 @@ 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") |
| +DEFINE_NEG_IMPLICATION(es_staging, icu_case_mapping) |
|
jungshik at Google
2016/04/29 06:55:32
I noticed that
https://codereview.chromium.org/15
|
| +#endif |
| + |
| DEFINE_BOOL(es_staging, false, |
| "enable test-worthy harmony features (for internal use only)") |
| DEFINE_BOOL(harmony, false, "enable all completed harmony features") |