Home
last modified time | relevance | path

Searched refs:isDebuggerFrame (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/debug/
Dmirrors.js1729 FrameDetails.prototype.isDebuggerFrame = function() { method in FrameDetails
1906 FrameMirror.prototype.isDebuggerFrame = function() { method in FrameMirror
1907 return this.details_.isDebuggerFrame();
2042 } else if (this.isDebuggerFrame()) {
2090 if (!this.isDebuggerFrame()) {
2124 if (!this.isDebuggerFrame()) {
2973 content.debuggerFrame = mirror.isDebuggerFrame();