Home
last modified time | relevance | path

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

/external/v8/src/debug/
Dmirrors.js1697 FrameDetails.prototype.isDebuggerFrame = function() { method in FrameDetails
1870 FrameMirror.prototype.isDebuggerFrame = function() { method in FrameMirror
1871 return this.details_.isDebuggerFrame();
2031 } else if (this.isDebuggerFrame()) {
2079 if (!this.isDebuggerFrame()) {
2113 if (!this.isDebuggerFrame()) {
2931 content.debuggerFrame = mirror.isDebuggerFrame();