Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(322)

Unified Diff: src/flag-definitions.h

Issue 1812673005: Use ICU case conversion/transliterator for case conversion behind a flag (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: remove goto; GetFlatContent still crashes Created 4 years, 8 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | src/runtime/runtime-strings.cc » ('j') | src/runtime/runtime-strings.cc » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/flag-definitions.h
diff --git a/src/flag-definitions.h b/src/flag-definitions.h
index b665757ec929acfb0876bc8ae0843b30e85c7043..b2f0ef97bd9600d3e6461e454bbe74ca577270ce 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")
« no previous file with comments | « no previous file | src/runtime/runtime-strings.cc » ('j') | src/runtime/runtime-strings.cc » ('J')

Powered by Google App Engine
This is Rietveld 408576698