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

Unified Diff: src/flag-definitions.h

Issue 1544023002: Call out to ICU for case conversion Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Additional test case Created 5 years 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 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")
« 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