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

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: Yang's comment addressed - return right away for no-change Created 4 years, 7 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..0e7b43bf0367cad1fd28840cf504329fafa8bb3c 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -208,7 +208,11 @@ function PostNatives(utils) {
"SetIteratorNext",
"SetValues",
"SymbolToString",
+ "ToLocaleLowerCaseI18N",
+ "ToLocaleUpperCaseI18N",
+ "ToLowerCaseI18N",
"ToPositiveInteger",
+ "ToUpperCaseI18N",
// From runtime:
"is_concat_spreadable_symbol",
"iterator_symbol",

Powered by Google App Engine
This is Rietveld 408576698