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

Unified Diff: src/js/prologue.js

Issue 2287543002: Catch marking
Patch Set: Fix symbols Created 4 years, 4 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 | « src/js/harmony-async-await.js ('k') | src/js/promise.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/js/prologue.js
diff --git a/src/js/prologue.js b/src/js/prologue.js
index 7f3f3bd3e6698b60097da8004736f3b3ef314e29..a33c80d7d23aa61b34a62edf5a1a45e785f4fd84 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -191,6 +191,7 @@ function PostNatives(utils) {
"IntlParseDate",
"IntlParseNumber",
"IsNaN",
+ "IsPromise",
"MapEntries",
"MapIterator",
"MapIteratorNext",
@@ -199,8 +200,8 @@ function PostNatives(utils) {
"NewPromiseCapability",
"NumberIsInteger",
"PerformPromiseThen",
- "PromiseCastResolved",
"PromiseThen",
+ "PromiseCreate",
"RegExpSubclassExecJS",
"RegExpSubclassMatch",
"RegExpSubclassReplace",
@@ -208,6 +209,7 @@ function PostNatives(utils) {
"RegExpSubclassSplit",
"RegExpSubclassTest",
"RejectPromise",
+ "ResolvePromise",
"SetIterator",
"SetIteratorNext",
"SetValues",
@@ -221,6 +223,8 @@ function PostNatives(utils) {
"iterator_symbol",
"promise_result_symbol",
"promise_state_symbol",
+ "promise_await_handler_symbol",
+ "promise_handled_hint_symbol",
"object_freeze",
"object_is_frozen",
"object_is_sealed",
« no previous file with comments | « src/js/harmony-async-await.js ('k') | src/js/promise.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698