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

Unified Diff: src/prologue.js

Issue 1310573003: . (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 4 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/messages.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/prologue.js
diff --git a/src/prologue.js b/src/prologue.js
index 56f9ed5b38fa576f0a2c563877e37114d1b9ab8e..981aeaf865be644ac1dea2fac75003d0c9f5de04 100644
--- a/src/prologue.js
+++ b/src/prologue.js
@@ -183,6 +183,7 @@ function PostNatives(utils) {
// Whitelist of exports from normal natives to experimental natives and debug.
var expose_list = [
"ArrayToString",
+ "ErrorToString",
"FunctionSourceString",
"GetIterator",
"GetMethod",
@@ -200,6 +201,11 @@ function PostNatives(utils) {
"InnerArraySort",
"InnerArrayToLocaleString",
"IsNaN",
+ "MakeError",
+ "MakeRangeError",
+ "MakeReferenceError",
+ "MakeSyntaxError",
+ "MakeTypeError",
"MathMax",
"MathMin",
"ObjectIsFrozen",
« no previous file with comments | « src/messages.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698