Chromium Code Reviews| Index: src/js/prologue.js |
| diff --git a/src/js/prologue.js b/src/js/prologue.js |
| index f9589a51c2fda9fe985a3953b889accbf117f4d8..4d4a2384591b2118844dbb99d542880c593450b7 100644 |
| --- a/src/js/prologue.js |
| +++ b/src/js/prologue.js |
| @@ -182,6 +182,8 @@ function PostNatives(utils) { |
| // Whitelist of exports from normal natives to experimental natives and debug. |
| var expose_list = [ |
| "ArrayToString", |
| + "AsyncFunctionNext", |
| + "AsyncFunctionThrow", |
| "ErrorToString", |
| "GetIterator", |
| "GetMethod", |
| @@ -201,6 +203,9 @@ function PostNatives(utils) { |
| "PromiseChain", |
| "PromiseDeferred", |
| "PromiseResolved", |
| + "PromiseCreateRejected", |
| + "PromiseCreateResolved", |
| + "PromiseThen", |
| "RegExpSubclassExecJS", |
| "RegExpSubclassMatch", |
| "RegExpSubclassReplace", |