Index: src/js/prologue.js |
diff --git a/src/js/prologue.js b/src/js/prologue.js |
index 0d1f939dc64156015c5bbcdaa93e7acb96189f90..b352eb18ffb93c7865e9498bd32c82f91cd185e3 100644 |
--- a/src/js/prologue.js |
+++ b/src/js/prologue.js |
@@ -183,6 +183,8 @@ function PostNatives(utils) { |
var expose_list = [ |
"AddBoundMethod", |
"ArrayToString", |
+ "AsyncFunctionNext", |
+ "AsyncFunctionThrow", |
"ErrorToString", |
"GetIterator", |
"GetMethod", |
@@ -201,6 +203,9 @@ function PostNatives(utils) { |
"PromiseChain", |
"PromiseDefer", |
"PromiseAccept", |
+ "PromiseCreateRejected", |
+ "PromiseCreateResolved", |
+ "PromiseThen", |
"RegExpSubclassExecJS", |
"RegExpSubclassMatch", |
"RegExpSubclassReplace", |