Lines Matching refs:toString

432 }}try{if(ob&&"toString" in ob&&typeof ob.toString=="function"){return ob.toString()
1252 var toString=Object.prototype.toString;
1254 this.isArray=function(object){return toString.call(object)==="[object Array]"
1257 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunction.test(""+object)
1448 this.SourceLink.prototype={toString:function(){return this.href
2993 Firebug.Lite.Script.prototype={isLineExecutable:function(){},pcToLine:function(){},lineToPc:function(){},toString:function(){return"Firebug.Lite.Script"
3000 Firebug.Lite.Browser.prototype={toString:function(){return"Firebug.Lite.Browser"
3012 return typeof c==="string"?c:"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)
3023 if(Object.prototype.toString.apply(value)==="[object Array]"){length=value.length;
3060 if(cx.test(text)){text=text.replace(cx,function(a){return"\\u"+("0000"+a.charCodeAt(0).toString(16)).slice(-4)
3140 FBL.ns(function(){with(FBL){var chunker=/((?:\((?:\([^()]+\)|[^()]+)+\)|\[(?:\[[^[\]]*\]|['"][^'"]*['"]|[^[\]'"]+)+\]|\\.|[^ >+~,(\[\\]+)+|[>+~])(\s*,\s*)?((?:.|\r|\n)*)/g,done=0,toString=Object.prototype.toString,hasDuplicate=false,baseHasDuplicate=true;
3172 }if(toString.call(checkSet)==="[object Array]"){if(!prune){results.push.apply(results,checkSet)
3364 if(toString.call(array)==="[object Array]"){Array.prototype.push.apply(ret,array)
4210 }else{if(fn.toString){return fn.toString()
4235 if(type=="boolean"||type=="number"||(type=="string"&&value)||(type=="object"&&value&&value.toString)){var tag=propRepsMap[type];
4254 if(t=="boolean"||t=="number"||(t=="string"&&value)||(t=="object"&&value&&value.toString)){var rep=Firebug.getRep(value);
4485 },hasStackTrace:function(error){var url=error.href.toString();
6070 }var name=f.toString().match(/function\s*([_$\w\d]*)/)[1];
6127 }var name=f.toString().match(/function\s*([_$\w\d]*)/)[1];
6151 }var key="KEY"+name.toString();
6157 }var key="KEY"+name.toString();
6193 var userURL=win.location.href.toString();
7616 var rgbToHexReplacer=function(_,r,g,b){return"#"+((1<<24)+(r<<16)+(g<<8)+(b<<0)).toString(16).substr(-6).toUpperCase()