Lines Matching defs:error
4484 …c:"blank.gif",role:"checkbox","aria-checked":"false",title:"Break on this error"}),A({"class":"err… argument
4485 },hasStackTrace:function(error){var url=error.href.toString(); argument
4488 },hasBreakSwitch:function(error){return error.href&&error.lineNo>0 argument
4489 },hasErrorBreak:function(error){return fbs.hasErrorBreakpoint(error.href,error.lineNo) argument
4493 },getLine:function(error){if(error.category=="js"){if(error.source){return cropString(error.source,… argument
4495 }}}},getSourceLink:function(error){var ext=error.category=="css"?"css":"js"; argument
4497 },getSourceType:function(error){if(error.source){return"syntax" argument
4513 }}}}},copyError:function(error){var message=[this.getMessage(error.message),error.href,"Line "+erro… argument
4515 },breakOnThisError:function(error){if(this.hasErrorBreak(error)){Firebug.Debugger.clearErrorBreakpo… argument
4518 },inspectObject:function(error,context){var sourceLink=this.getSourceLink(error); argument
4520 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
4525 …{"class":"assertDescription"})),className:"assert",inspectObject:function(error,context){var sourc… argument
4527 },getContextMenuItems:function(error,target,context){var breakOnThisError=this.hasErrorBreak(error); argument
5584 …g.Rep,{tag:DIV({"class":"xmlInfoError"},DIV({"class":"xmlInfoErrorMsg"},"$error.message"),PRE({"cl… argument
5625 Firebug.Console=Firebug.Console=extend(ActivableConsole,{dispatchName:"console",error:function(){Fi… method
6028 this.error=function(){logFormatted(arguments,"error",true) method in anonymousFunctiondd4539aa1ff00.FirebugConsoleHandler