Lines Matching +defs:error +defs:log
4473 …c:"blank.gif",role:"checkbox","aria-checked":"false",title:"Break on this error"}),A({"class":"err… argument
4474 },hasStackTrace:function(error){var url=error.href.toString(); argument
4477 },hasBreakSwitch:function(error){return error.href&&error.lineNo>0 argument
4478 },hasErrorBreak:function(error){return fbs.hasErrorBreakpoint(error.href,error.lineNo) argument
4482 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,… argument
4484 }}}},getSourceLink:function(error){var ext=error.category=="css"?"css":"js"; argument
4486 },getSourceType:function(error){if(error.source){return"syntax" argument
4502 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+erro… argument
4504 },breakOnThisError:function(error){if(this.hasErrorBreak(error)){Firebug.Debugger.clearErrorBreakpo… argument
4507 },inspectObject:function(error,context){var sourceLink=this.getSourceLink(error); argument
4509 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4514 …{"class":"assertDescription"})),className:"assert",inspectObject:function(error,context){var sourc… argument
4516 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
5573 …g.Rep,{tag:DIV({"class":"xmlInfoError"},DIV({"class":"xmlInfoErrorMsg"},"$error.message"),PRE({"cl… argument
5588 Firebug.ConsoleBase={log:function(object,context,className,rep,noThrottle,sourceLink){return this.l… method
5614 Firebug.Console=Firebug.Console=extend(ActivableConsole,{dispatchName:"console",error:function(){Fi… method
5679 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… method
6009 this.log=function(){logFormatted(arguments,"log") method in anonymousFunctionf1d9e84c1ff00.FirebugConsoleHandler
6017 this.error=function(){logFormatted(arguments,"error",true) method in anonymousFunctionf1d9e84c1ff00.FirebugConsoleHandler