Home
last modified time | relevance | path

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

/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudTrace/
H A DStackFrames.php27 protected $frameType = StackFrame::class;
45 * @param StackFrame[]
52 * @return StackFrame[]
H A DStackFrame.php20 class StackFrame extends \Google\Model class
142 class_alias(StackFrame::class, 'Google_Service_CloudTrace_StackFrame');
/plugin/authgooglesheets/vendor/google/apiclient-services/src/CloudDebugger/
H A DStackFrame.php20 class StackFrame extends \Google\Collection class
93 class_alias(StackFrame::class, 'Google_Service_CloudDebugger_StackFrame');
H A DBreakpoint.php71 protected $stackFramesType = StackFrame::class;
269 * @param StackFrame[]
276 * @return StackFrame[]
/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js4440 this.StackFrame=domplate(Firebug.Rep,{tag:OBJECTBLOCK(A({"class":"objectLink objectLink-function fo…
4456 },className:"stackFrame",supportsObject:function(object){return object instanceof StackFrame
4461 this.StackTrace=domplate(Firebug.Rep,{tag:FOR("frame","$object.frames focusRow",TAG(this.StackFrame
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js16709 this.StackFrame = domplate(Firebug.Rep, // XXXjjb Since the repObject is fn the stack does not hav…
16772 return object instanceof StackFrame;
16794 TAG(this.StackFrame.tag, {object: "$frame"})
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js4451 this.StackFrame=domplate(Firebug.Rep,{tag:OBJECTBLOCK(A({"class":"objectLink objectLink-function focusRow a11yFocus",_repObject:"$object.fn"},"$object|getCallName")," ( ",FOR("arg","$object|argIterator",TAG("$arg.tag",{object:"$arg.value"}),SPAN({"class":"arrayComma"},"$arg.delim"))," )",SPAN({"class":"objectLink-sourceLink objectLink"},"$object|getSourceLinkTitle")),getCallName:function(frame){return frame.name||"anonymous"
4467 },className:"stackFrame",supportsObject:function(object){return object instanceof StackFrame
4472 this.StackTrace=domplate(Firebug.Rep,{tag:FOR("frame","$object.frames focusRow",TAG(this.StackFrame.tag,{object:"$frame"})),className:"stackTrace",supportsObject:function(object){return object instanceof StackTrace