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

Unified Diff: src/debug/mirrors.js

Issue 1413173003: Move error message makers off js builtins object. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: rebase 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/debug/debug.js ('k') | src/js/array.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/mirrors.js
diff --git a/src/debug/mirrors.js b/src/debug/mirrors.js
index bf27a9ae51a1476ae7e4df2e3455d2538be3fd16..9725aa0eb54b2641bd572796ced4b8d2b1888679 100644
--- a/src/debug/mirrors.js
+++ b/src/debug/mirrors.js
@@ -13,6 +13,7 @@ var FunctionSourceString;
var GlobalArray = global.Array;
var IsNaN = global.isNaN;
var JSONStringify = global.JSON.stringify;
+var MakeError;
var MapEntries;
var MapIteratorNext;
var MathMin = global.Math.min;
@@ -25,6 +26,7 @@ var SymbolToString;
utils.Import(function(from) {
ErrorToString = from.ErrorToString;
FunctionSourceString = from.FunctionSourceString;
+ MakeError = from.MakeError;
MapEntries = from.MapEntries;
MapIteratorNext = from.MapIteratorNext;
SetIteratorNext = from.SetIteratorNext;
« no previous file with comments | « src/debug/debug.js ('k') | src/js/array.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698