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

Unified Diff: src/js/prologue.js

Issue 2365123002: Move async/await JS support code out of experimental natives (Closed)
Patch Set: Alphabetize 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
« no previous file with comments | « src/js/harmony-async-await.js ('k') | src/v8.gyp » ('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 413bb67a07a8e3d86f8db4865ee885e329d27d2d..8a07a4cb0767ab84e5e1a45a6f6fb10031cf705e 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -182,31 +182,14 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
"ArrayToString",
- "AsyncFunctionNext",
- "AsyncFunctionThrow",
"FormatDateToParts",
"GetIterator",
"GetMethod",
- "GlobalPromise",
- "IsPromise",
"MapEntries",
"MapIterator",
"MapIteratorNext",
"MaxSimple",
"MinSimple",
- "NewPromiseCapability",
- "PerformPromiseThen",
- "PromiseThen",
- "PromiseCreate",
- "PromiseNextMicrotaskID",
- "RegExpSubclassExecJS",
- "RegExpSubclassMatch",
- "RegExpSubclassReplace",
- "RegExpSubclassSearch",
- "RegExpSubclassSplit",
- "RegExpSubclassTest",
gsathya 2016/09/24 15:04:49 These RegExp changes seem unrelated to this patch
Dan Ehrenberg 2016/09/24 15:07:02 Yes, a drive by cleanup. I noted it in the commit
- "RejectPromise",
- "ResolvePromise",
"SetIterator",
"SetIteratorNext",
"SetValues",
@@ -218,16 +201,11 @@ function PostNatives(utils) {
// From runtime:
"is_concat_spreadable_symbol",
"iterator_symbol",
- "promise_async_stack_id_symbol",
- "promise_result_symbol",
- "promise_state_symbol",
- "promise_forwarding_handler_symbol",
- "promise_handled_by_symbol",
- "promise_handled_hint_symbol",
- "promise_has_handler_symbol",
"object_freeze",
"object_is_frozen",
"object_is_sealed",
+ "promise_result_symbol",
+ "promise_state_symbol",
"reflect_apply",
"reflect_construct",
"regexp_flags_symbol",
« no previous file with comments | « src/js/harmony-async-await.js ('k') | src/v8.gyp » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698