Home
last modified time | relevance | path

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

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js5599 …t,context,className,rep,noThrottle,sourceLink){return this.logRow(appendObject,object,context,clas… argument
5600 …ts,context,className,noThrottle,sourceLink){return this.logRow(appendFormatted,objects,context,cla… argument
5601 …ext,className,rep,noThrottle,sourceLink,noPush){return this.logRow(appendOpenGroup,objects,context… argument
5602 },closeGroup:function(context,noThrottle){return this.logRow(appendCloseGroup,null,context,null,nul… argument
5603 },logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){noThrottle=tr… argument
5607 }if(noThrottle||!context){var panel=this.getPanel(context);
5611 }else{consoleQueue.push([appender,objects,context,className,rep,sourceLink,noThrottle,noRow])
5686 }},logRow:function(appender,objects,context,className,rep,sourceLink,noThrottle,noRow){if(!context)… argument
6170 function logFormatted(args,className,linkToSource,noThrottle){var sourceLink=linkToSource?getStackL… argument
6171 return Firebug.Console.logFormatted(args,context,className,noThrottle,sourceLink)