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", |