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

Unified Diff: src/js/prologue.js

Issue 2273953003: Add support for DateTimeFormat.formatToParts (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebased Created 4 years, 3 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 71a4922db28e8fe2bfecbd87c3b8e7dd12b73f2f..e5f5ca30ef9fe60897a353ae785615858cc78a8f 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -185,6 +185,7 @@ function PostNatives(utils) {
"ArrayToString",
"AsyncFunctionNext",
"AsyncFunctionThrow",
+ "formatDateToParts",
"GetIterator",
"GetMethod",
"GlobalPromise",

Powered by Google App Engine
This is Rietveld 408576698