Index: src/js/prologue.js |
diff --git a/src/js/prologue.js b/src/js/prologue.js |
index 7cbdf3209e4edf19c8404d4fda4cd5a63fa6a45c..0d7bd29755e596d2a4f32d1b0d2309b7051a39a4 100644 |
--- a/src/js/prologue.js |
+++ b/src/js/prologue.js |
@@ -191,6 +191,7 @@ function PostNatives(utils) { |
"GlobalPromise", |
"IntlParseDate", |
"IntlParseNumber", |
+ "IsPromise", |
"MapEntries", |
"MapIterator", |
"MapIteratorNext", |
@@ -198,8 +199,8 @@ function PostNatives(utils) { |
"MinSimple", |
"NewPromiseCapability", |
"PerformPromiseThen", |
- "PromiseCastResolved", |
"PromiseThen", |
+ "PromiseCreate", |
"RegExpSubclassExecJS", |
"RegExpSubclassMatch", |
"RegExpSubclassReplace", |
@@ -207,6 +208,7 @@ function PostNatives(utils) { |
"RegExpSubclassSplit", |
"RegExpSubclassTest", |
"RejectPromise", |
+ "ResolvePromise", |
"SetIterator", |
"SetIteratorNext", |
"SetValues", |
@@ -220,6 +222,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", |