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

Unified Diff: src/debug/debug.js

Issue 2670823002: [debugger] remove mirror cache and v8::Debug::GetMirror. (Closed)
Patch Set: address comments. Created 3 years, 11 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.cc ('k') | src/debug/mirrors.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/debug/debug.js
diff --git a/src/debug/debug.js b/src/debug/debug.js
index 88579c2108df7923f26052e403b986f3456bb6c3..6993274f09efe2bf1bfcbb76b393f9bc0025e80b 100644
--- a/src/debug/debug.js
+++ b/src/debug/debug.js
@@ -12,18 +12,11 @@ var FrameMirror = global.FrameMirror;
var GlobalArray = global.Array;
var GlobalRegExp = global.RegExp;
var IsNaN = global.isNaN;
-var LookupMirror = global.LookupMirror;
var MakeMirror = global.MakeMirror;
var MathMin = global.Math.min;
var Mirror = global.Mirror;
-var MirrorType;
-var ParseInt = global.parseInt;
var ValueMirror = global.ValueMirror;
-utils.Import(function(from) {
- MirrorType = from.MirrorType;
-});
-
//----------------------------------------------------------------------------
// Default number of frames to include in the response to backtrace request.
« no previous file with comments | « src/debug/debug.cc ('k') | src/debug/mirrors.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698