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

Unified Diff: src/debug/mirrors.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 | « no previous file | src/messages.cc » ('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 1b45b93d8d77208e16375d3c94dafa1031dd3cfd..5368163a43091be44fedbae54375aa98e06d4add 100644
--- a/src/debug/mirrors.js
+++ b/src/debug/mirrors.js
@@ -8,6 +8,7 @@
// ----------------------------------------------------------------------------
// Imports
+var ErrorToString;
var FunctionSourceString;
var GlobalArray = global.Array;
var IsNaN = global.isNaN;
@@ -19,6 +20,7 @@ var ToBoolean;
var ToString;
utils.Import(function(from) {
+ ErrorToString = from.ErrorToString;
FunctionSourceString = from.FunctionSourceString;
ToBoolean = from.ToBoolean;
ToString = from.ToString;
« no previous file with comments | « no previous file | src/messages.cc » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698