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

Unified Diff: src/js/prologue.js

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: move toLocale{U,L}Case behind --icu-case-mapping, too; adjust test status accordingly. roll back st… 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
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 81bc50cef69ef3d8b018c6f6032af33e905e7c05..563c951c1c013ea33c35264892bc4e55a8df0e51 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -186,6 +186,7 @@ function PostNatives(utils) {
"GetIterator",
"GetMethod",
"IsNaN",
+ "LocaleConvertCase",
"MakeError",
"MakeRangeError",
"MakeTypeError",
« src/js/icu-case-mapping.js ('K') | « src/js/icu-case-mapping.js ('k') | src/objects.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698