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

Unified Diff: src/js/prologue.js

Issue 1404943002: Use import/export for more functions (instead of js builtins object). (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 2 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/object-observe.js ('k') | src/js/runtime.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 d7f5ff16f01f8db7f89143dbf388594531bb7750..e169018910bffe45d994d41095220983f718eebd 100644
--- a/src/js/prologue.js
+++ b/src/js/prologue.js
@@ -163,6 +163,7 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
"ArrayToString",
+ "ErrorToString",
"FunctionSourceString",
"GetIterator",
"GetMethod",
@@ -180,6 +181,8 @@ function PostNatives(utils) {
"InnerArraySort",
"InnerArrayToLocaleString",
"IsNaN",
+ "MapEntries",
+ "MapIteratorNext",
"MathMax",
"MathMin",
"ObjectIsFrozen",
@@ -187,8 +190,11 @@ function PostNatives(utils) {
"ObserveArrayMethods",
"ObserveObjectMethods",
"OwnPropertyKeys",
+ "SetIteratorNext",
+ "SetValues",
"SymbolToString",
"ToNameArray",
+ "ToPositiveInteger",
// From runtime:
"is_concat_spreadable_symbol",
"iterator_symbol",
« no previous file with comments | « src/js/object-observe.js ('k') | src/js/runtime.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698