Home
last modified time | relevance | path

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

/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
Dfirebug-lite-debug.js6062 this.SourceLink = function(url, line, type, object, instance) class
6071 this.SourceLink.prototype =
16559 this.SourceLink = domplate(Firebug.Rep,
16610 return object instanceof SourceLink;
16673 this.SourceFile = domplate(this.SourceLink,
16777 var sourceLink = new SourceLink(stackFrame.href, stackFrame.lineNo, "js");
16862 TAG(this.SourceLink.tag, {object: "$object|getSourceLink"})
16908 return error.lineNo ? new SourceLink(error.href, error.lineNo, ext) : null;
16992 FirebugReps.SourceLink.inspectObject(sourceLink, context);
21031 TAG(FirebugReps.SourceLink.tag, {object: "$object.sourceLink"})
[all …]
/plugin/webcode/vendor/
Dfirebug-lite-1.4.js1431 this.SourceLink=function(url,line,type,object,instance){this.href=url; class
1437 this.SourceLink.prototype={toString:function(){return this.href
4409 this.SourceLink=domplate(Firebug.Rep,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$object…
4418 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink
4435 this.SourceFile=domplate(this.SourceLink,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$ob…
4457 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra…
4473 …or"}),A({"class":"errorSource a11yFocus"},"$object|getLine")),TAG(this.SourceLink.tag,{object:"$ob…
4485 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4508 FirebugReps.SourceLink.inspectObject(sourceLink,context)
5455 …Col"},SPAN({"class":"spyTime"})),TD({"class":"spyCol"},TAG(FirebugReps.SourceLink.tag,{object:"$ob…
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1442 this.SourceLink=function(url,line,type,object,instance){this.href=url; class
1448 this.SourceLink.prototype={toString:function(){return this.href
4420 this.SourceLink=domplate(Firebug.Rep,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$object…
4429 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink
4446 this.SourceFile=domplate(this.SourceLink,{tag:OBJECTLINK({$collapsed:"$object|hideSourceLink"},"$ob…
4468 },inspectObject:function(stackFrame,context){var sourceLink=new SourceLink(stackFrame.href,stackFra…
4484 …or"}),A({"class":"errorSource a11yFocus"},"$object|getLine")),TAG(this.SourceLink.tag,{object:"$ob…
4496 return error.lineNo?new SourceLink(error.href,error.lineNo,ext):null
4519 FirebugReps.SourceLink.inspectObject(sourceLink,context)
5466 …Col"},SPAN({"class":"spyTime"})),TD({"class":"spyCol"},TAG(FirebugReps.SourceLink.tag,{object:"$ob…
[all …]