Lines Matching refs:object
198 this.bind=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
199 return function(){return fn.apply(object,arrayInsert(cloneArray(args),0,arguments))
202 this.bindFixed=function(){var args=cloneArray(arguments),fn=args.shift(),object=args.shift();
203 return function(){return fn.apply(object,args)
962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… argument
963 }else{object.attachEvent("on"+name,handler)
965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument
966 }else{object.detachEvent("on"+name,handler)
967 }}catch(e){if(FBTrace.DBG_ERRORS){FBTrace.sysout("FBL.removeEvent error: ",object,name)
1218 this.objectToString=function(object){try{return object+"" argument
1243 this.Property=function(object,name){this.object=object; argument
1245 this.getObject=function(){return object[name]
1254 this.isArray=function(object){return toString.call(object)==="[object Array]" argument
1256 this.isFunction=function(object){if(!object){return false argument
1257 }try{return toString.call(object)==="[object Function]"||this.isIE&&typeof object!="string"&&reFunc…
1258 }catch(E){FBTrace.sysout("Lib.isFunction() failed for ",object);
1261 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false argument
1262 }if(object.ownerDocument){var win=object.ownerDocument.defaultView||object.ownerDocument.parentWind…
1263 if(className in win&&object instanceof win[className]){return true
1265 if(className in win){return object instanceof win[className]
1273 if(n=="property"&&!(value in object)||n=="method"&&!this.isFunction(object[value])||n=="value"&&(""…
1287 var object=null;
1288 if(name=="Window"){object=domMemberMap2Sandbox.window
1289 }else{if(name=="Document"){object=domMemberMap2Sandbox.document
1290 }else{if(name=="HTMLScriptElement"){object=domMemberMap2Sandbox.document.createElement("script")
1291 }else{if(name=="HTMLAnchorElement"){object=domMemberMap2Sandbox.document.createElement("a")
1292 }else{if(name.indexOf("Element")!=-1){object=domMemberMap2Sandbox.document.createElement("div")
1293 }}}}}if(object){for(var n in object){props.push(n)
1297 this.getDOMMembers=function(object){if(!domMemberCache){FBL.domMemberCache=domMemberCache={}; argument
1303 }}}try{if(this.instanceOf(object,"Window")){return domMemberCache.Window
1304 }else{if(this.instanceOf(object,"Document")||this.instanceOf(object,"XMLDocument")){return domMembe…
1305 }else{if(this.instanceOf(object,"Location")){return domMemberCache.Location
1306 }else{if(this.instanceOf(object,"HTMLImageElement")){return domMemberCache.HTMLImageElement
1307 }else{if(this.instanceOf(object,"HTMLAnchorElement")){return domMemberCache.HTMLAnchorElement
1308 }else{if(this.instanceOf(object,"HTMLInputElement")){return domMemberCache.HTMLInputElement
1309 }else{if(this.instanceOf(object,"HTMLButtonElement")){return domMemberCache.HTMLButtonElement
1310 }else{if(this.instanceOf(object,"HTMLFormElement")){return domMemberCache.HTMLFormElement
1311 }else{if(this.instanceOf(object,"HTMLBodyElement")){return domMemberCache.HTMLBodyElement
1312 }else{if(this.instanceOf(object,"HTMLHtmlElement")){return domMemberCache.HTMLHtmlElement
1313 }else{if(this.instanceOf(object,"HTMLScriptElement")){return domMemberCache.HTMLScriptElement
1314 }else{if(this.instanceOf(object,"HTMLTableElement")){return domMemberCache.HTMLTableElement
1315 }else{if(this.instanceOf(object,"HTMLTableRowElement")){return domMemberCache.HTMLTableRowElement
1316 }else{if(this.instanceOf(object,"HTMLTableCellElement")){return domMemberCache.HTMLTableCellElement
1317 }else{if(this.instanceOf(object,"HTMLIFrameElement")){return domMemberCache.HTMLIFrameElement
1318 }else{if(this.instanceOf(object,"SVGSVGElement")){return domMemberCache.SVGSVGElement
1319 }else{if(this.instanceOf(object,"SVGElement")){return domMemberCache.SVGElement
1320 }else{if(this.instanceOf(object,"Element")){return domMemberCache.Element
1321 }else{if(this.instanceOf(object,"Text")||this.instanceOf(object,"CDATASection")){return domMemberCa…
1322 }else{if(this.instanceOf(object,"Attr")){return domMemberCache.Attr
1323 }else{if(this.instanceOf(object,"Node")){return domMemberCache.Node
1324 }else{if(this.instanceOf(object,"Event")||this.instanceOf(object,"EventCopy")){return domMemberCach…
1329 this.isDOMMember=function(object,propName){var members=this.getDOMMembers(object); argument
1442 this.SourceLink=function(url,line,type,object,instance){this.href=url; argument
1446 this.object=object
1549 },getRep:function(object){var type=typeof object; argument
1550 if(isIE&&isFunction(object)){type="function"
1554 try{if(rep.supportsObject(object,type)){if(FBTrace.DBG_DOM){FBTrace.sysout("getRep type: "+type+" o…
1568 }}},getElementByRepObject:function(element,object){for(var child=element.firstChild; argument
1570 child=child.nextSibling){if(child.repObject==object){return child
1697 }}}},supportsObject:function(object){return 0 argument
1698 },hasObject:function(object){return false argument
1699 },select:function(object,forceUpdate){if(!object){object=this.getDefaultSelection(this.context) argument
1700 ….sysout("firebug.select "+this.name+" forceUpdate: "+forceUpdate+" "+object+((object==this.selecti…
1701 }if(forceUpdate||object!=this.selection){this.selection=object;
1702 this.updateSelection(object)
1703 }},updateSelection:function(object){},markChange:function(skipSelf){if(this.dependents){if(skipSelf… argument
1708 }}},startInspecting:function(){},stopInspecting:function(object,cancelled){},search:function(text,r… argument
1725 next++){var object=allLocs[transformIndex(next)];
1726 if(match(object)){this.navigate(object);
1727 return object
1729 },getContextMenuItems:function(object,target){return[] argument
1732 },browseObject:function(object){},getPopupObject:function(target){return Firebug.getRepObject(targe… argument
1734 },showInfoTip:function(infoTip,x,y){},getObjectPath:function(object){return null argument
1737 },getObjectLocation:function(object){return"" argument
1738 },getObjectDescription:function(object){var url=this.getObjectLocation(object); argument
1775 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object… argument
1776 },inspectObject:function(object,context){Firebug.chrome.select(object) argument
1777 …rowseObject:function(object,context){},persistObject:function(object,context){},getRealObject:func… argument
1778 },getTitle:function(object){var label=safeToString(object); argument
1782 }else{if(isIE&&(label=="[object]"||typeof object=="object"&&typeof label=="undefined")){return"Obje…
1784 }}},getTooltip:function(object){return null argument
1785 },getContextMenuItems:function(object,target,context){return[] argument
1940 }options.element=MenuPlate.tag.append({object:options},getElementByClass(Firebug.chrome.document,"f… property
2056 append(Menu,{register:function(object){menuMap[object.id]=object argument
3891 function __bind__(object,fn){return function(event){return fn.apply(object,[event]) argument
4090 }}function addEvent(object,name,handler){if(document.all){object.attachEvent("on"+name,handler) argument
4091 }else{object.addEventListener(name,handler,false)
4185 …tag:OBJECTBOX("undefined"),className:"undefined",supportsObject:function(object,type){return type=… argument
4187 …ep,{tag:OBJECTBOX("null"),className:"null",supportsObject:function(object,type){return object==null argument
4190 …Rep,{tag:OBJECTBOX("$object"),className:"number",supportsObject:function(object,type){return type=… argument
4192 …ot;$object|cropString""),className:"string",supportsObject:function(object,type){return type=… argument
4204 }},className:"function",supportsObject:function(object,type){return isFunction(object) argument
4220 …object:"$prop.object"}),SPAN({"class":"objectComma",role:"presentation"},"$prop.delim")),SPAN({"cl… argument
4221 if(!object){return[]
4228 …":this.propNumberTag,number:this.propNumberTag,string:this.propStringTag,object:this.propObjectTag… property
4229 try{var title=Firebug.Rep.getTitle(object);
4231 for(var name in object){var value;
4232 try{value=object[name]
4238 if(length<=maxLength){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}); property
4243 }}if(numProperties>numPropertiesShown){props.push({object:"...",tag:FirebugReps.Caption.tag,name:""… property
4246 },fb_1_6_propIterator:function(object,max){max=max||3; argument
4247 if(!object){return[]
4250 try{for(var name in object){var value;
4251 try{value=object[name]
4259 if(count<=max){props.push({tag:tag,name:name,object:value,equal:"=",delim:", "}) property
4261 }}}if(count>max){props[Math.max(1,max-1)]={object:"more...",tag:FirebugReps.Caption.tag,name:"",equ… property
4264 },className:"object",supportsObject:function(object,type){return true argument
4266 …object:"$item.object"}),SPAN({"class":"arrayComma",role:"presentation"},"$item.delim")),SPAN({"cla…
4273 items.push({object:value,tag:tag,delim:delim}) property
4282 items.push({object:value,tag:tag,delim:delim}) property
4283 }if(array.length>3){items.push({object:(array.length-3)+" more...",tag:FirebugReps.Caption.tag,deli… property
4290 },className:"array",supportsObject:function(object){return this.isArray(object) argument
4301 },getTitle:function(object,context){return"["+object.length+"]" argument
4303 this.Property=domplate(Firebug.Rep,{supportsObject:function(object){return object instanceof Proper… argument
4304 },getRealObject:function(prop,context){return prop.object[prop.name]
4307 this.NetFile=domplate(this.Obj,{supportsObject:function(object){return object instanceof Firebug.Ne… argument
4312 …,"$object.message"),className:"exception",supportsObject:function(object){return object instanceof… argument
4365 },className:"element",supportsObject:function(object){return instanceOf(object,"Element") argument
4379 …g"),""",">"),className:"textNode",supportsObject:function(object){return object instanceof… argument
4382 },className:"object",supportsObject:function(object){return instanceOf(object,"Document") argument
4393 },className:"object",supportsObject:function(object){return instanceOf(object,"CSSStyleSheet") argument
4403 }}},className:"object",supportsObject:function(object){return instanceOf(object,"Window") argument
4411 this.Event=domplate(Firebug.Rep,{tag:TAG("$copyEventTag",{object:"$object|copyEvent"}),copyEventTag…
4417 },className:"object",supportsObject:function(object){return instanceOf(object,"Event")||instanceOf(… argument
4429 },className:"sourceLink",supportsObject:function(object){return object instanceof SourceLink argument
4433 }}else{if(sourceLink.type=="css"){if(sourceLink.object){Firebug.chrome.select(sourceLink.object);
4447 },className:"sourceFile",supportsObject:function(object){return object instanceof SourceFile argument
4451 …ject|getCallName")," ( ",FOR("arg","$object|argIterator",TAG("$arg.tag",{object:"$arg.value"}),SPA…
4467 },className:"stackFrame",supportsObject:function(object){return object instanceof StackFrame argument
4472 …cusRow",TAG(this.StackFrame.tag,{object:"$frame"})),className:"stackTrace",supportsObject:function… argument
4474 ….Rep,{inspectable:false,supportsObject:function(object){return(object instanceof jsdIStackFrame)&&… argument
4484 …s":"errorSource a11yFocus"},"$object|getLine")),TAG(this.SourceLink.tag,{object:"$object|getSource…
4509 …ned")){if(target.stackTrace){var node=FirebugReps.StackTrace.tag.append({object:target.stackTrace}… property
4517 }},className:"errorMessage",inspectable:false,supportsObject:function(object){return object instanc… argument
4545 }catch(exc){}},supportsObject:function(object,type){return(object instanceof Ci.nsIDOMHistory) argument
4550 …ame:"applicationCache",supportsObject:function(object,type){if(Ci.nsIDOMOfflineResourceList){retur… argument
4554 },className:"Storage",supportsObject:function(object,type){return(object instanceof Storage) argument
5230 }if(limitReached){var object={text:$STR("net.responseSizeLimitMessage"),onClickLink:function(){var … variable
5233 Firebug.NetMonitor.ResponseSizeLimit.append(object,responseTextBox)
5292 }var paramTable=this.paramsTable.append({object:{}},parentNode); property
5297 }var partsTable=this.partsTable.append({object:{}},parentNode); property
5306 }Firebug.DOMPanel.DirTable.tag.replace({object:data,toggles:this.toggles},jsonBody) property
5311 },insertSource:function(parentNode,text){var sourceTable=this.sourceTable.append({object:{}},parent… property
5355 return this.tag.append({onClickLink:obj.onClickLink,object:{beforeLink:m[1],linkText:m[2],afterLink… property
5466 …lass":"spyTime"})),TD({"class":"spyCol"},TAG(FirebugReps.SourceLink.tag,{object:"$object.sourceLin…
5486 },supportsObject:function(object){return false; argument
5487 return object instanceof Firebug.Spy.XMLHttpRequestSpy
5551 if(file.jsonObject){Firebug.DOMPanel.DirTable.tag.replace({object:file.jsonObject,toggles:this.togg… property
5599 …ebug.ConsoleBase={log:function(object,context,className,rep,noThrottle,sourceLink){return this.log… argument
5690 Firebug.ConsoleListener={log:function(context,object,className,sourceLink){},logFormatted:function(… argument
5696 if(sourceLink){FirebugReps.SourceLink.tag.append({object:sourceLink},row) property
5715 }},appendObject:function(object,row,rep){if(!rep){rep=Firebug.getRep(object) argument
5716 }return rep.tag.append({object:object},row) property
5738 if(part&&typeof(part)=="object"){var object=objects[++objIndex];
5739 if(typeof(object)!="undefined"){this.appendObject(object,row,part.rep)
5741 }}else{FirebugReps.Text.tag.append({object:part},row) property
5745 var object=objects[i];
5746 if(typeof(object)=="string"){FirebugReps.Text.tag.append({object:object},row) property
5747 }else{this.appendObject(object,row)
5768 },appendCloseGroup:function(object,row,rep){if(this.groups){this.groups.pop() argument
5771 var object=getAncestorByClass(target,"objectLink-element");
5772 object=object?object.repObject:null;
5773 if(object&&instanceOf(object,"Element")&&object.nodeType==1){if(object!=lastHighlightedObject){Fire…
5774 object=lastHighlightedObject
5777 var object=getAncestorByClass(target,"objectLink");
5778 var repObject=object?object.repObject:null;
5780 }if(hasClass(object,"objectLink-object")){Firebug.chrome.selectPanel("DOM");
5782 }else{if(hasClass(object,"objectLink-element")){Firebug.chrome.selectPanel("HTML");
6502 }},updateSelection:function(object){var id=ElementCache(object); argument
6581 Firebug.Reps={appendText:function(object,html){html.push(escapeHTML(objectToString(object))) argument
6582 },appendNull:function(object,html){html.push('<span class="objectBox-null">',escapeHTML(objectToStr… argument
6583 },appendString:function(object,html){html.push('<span class="objectBox-string">"',escapeHTML(o… argument
6584 },appendInteger:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(object… argument
6585 },appendFloat:function(object,html){html.push('<span class="objectBox-number">',escapeHTML(objectTo… argument
6586 },appendFunction:function(object,html){var reName=/function ?(.*?)\(/; argument
6587 var m=reName.exec(objectToString(object));
6590 },appendObject:function(object,html){try{if(object==undefined){this.appendNull("undefined",html) argument
6591 }else{if(object==null){this.appendNull("null",html)
6592 }else{if(typeof object=="string"){this.appendString(object,html)
6593 }else{if(typeof object=="number"){this.appendInteger(object,html)
6594 }else{if(typeof object=="boolean"){this.appendInteger(object,html)
6595 }else{if(typeof object=="function"){this.appendFunction(object,html)
6596 }else{if(object.nodeType==1){this.appendSelector(object,html)
6597 }else{if(typeof object=="object"){if(typeof object.length!="undefined"){this.appendArray(object,htm…
6598 }else{this.appendObjectFormatted(object,html)
6599 }}else{this.appendText(object,html)
6600 }}}}}}}}}catch(exc){}},appendObjectFormatted:function(object,html){var text=objectToString(object); argument
6604 },appendSelector:function(object,html){var uid=ElementCache(object); argument
6607 html.push('<span class="selectorTag">',escapeHTML(object.nodeName.toLowerCase()),"</span>");
6608 if(object.id){html.push('<span class="selectorId">#',escapeHTML(object.id),"</span>")
6609 }if(object.className){html.push('<span class="selectorClass">.',escapeHTML(object.className),"</spa…
6629 }}}},appendArray:function(object,html){html.push('<span class="objectBox-array"><b>[</b> '); argument
6630 for(var i=0,l=object.length,obj;
6632 ++i){this.appendObject(object[i],html);
7290 },supportsObject:function(object){if(object instanceof CSSStyleSheet){return 1 argument
7291 }else{if(object instanceof CSSStyleRule){return 2
7292 }else{if(object instanceof CSSStyleDeclaration){return 2
7293 }else{if(object instanceof SourceLink&&object.type=="css"&&reCSS.test(object.href)){return 2
7297 }if(styleSheet.restricted){FirebugReps.Warning.tag.replace({object:"AccessRestricted"},this.panelNo… property
7298 CssAnalyzer.externalStyleSheetWarning.tag.append({object:"The stylesheet could not be loaded due to… property
7303 }else{result=FirebugReps.Warning.tag.replace({object:"EmptyStyleSheet"},this.panelNode) property
7304 }},updateSelection:function(object){this.selection=null; argument
7305 if(object instanceof CSSStyleDeclaration){object=object.parentRule
7306 }if(object instanceof CSSStyleRule){this.navigate(object.parentStyleSheet);
7307 this.highlightRule(object)
7308 }else{if(object instanceof CSSStyleSheet){this.navigate(object)
7309 }else{if(object instanceof SourceLink){try{var sourceLink=object;
7313 var lineNo=object.line;
7336 },browseObject:function(object){if(this.infoTipType=="image"){openNewTab(this.infoTipObject); argument
7406 …object:"$section.element"})),DIV({role:"group"},FOR("rule","$section.rules",TAG("$ruleTag",{rule:"…
7411 }else{var result=FirebugReps.Warning.tag.replace({object:"EmptyElementCSS"},this.panelNode) property
7412 }if(CssAnalyzer.hasExternalStyleSheet()){CssAnalyzer.externalStyleSheetWarning.tag.append({object:"… property
7468 }},supportsObject:function(object){return object instanceof Element?1:0 argument
7473 }if(sothinkInstalled){FirebugReps.Warning.tag.replace({object:"SothinkWarning"},this.panelNode); property
7731 var onFailure=function(){FirebugReps.Warning.tag.replace({object:"AccessRestricted"},self.panelNode) property
7782 …)),TD({"class":"memberValueCell",role:"presentation"},TAG("$member.tag",{object:"$member.value"}))… property
7786 …:FOR("member","$members",RowTag),memberIterator:function(object,level){return getMembers(object,le… argument
7793 }else{var object=Firebug.getRepObject(target);
7794 if(typeof(object)=="function"){Firebug.chrome.select(object,"script");
7796 }else{if(event.detail==2&&!object){var panel=row.parentNode.parentNode.domPanel;
7837 …(Firebug.Panel,{tag:DirTablePlate.tableTag,getRealObject:function(object){if(!object){return object argument
7838 }if(object.wrappedJSObject){return object.wrappedJSObject
7839 }return object
7873 },showEmptyMembers:function(){FirebugReps.Warning.tag.replace({object:"NoMembersWarning"},this.pane… property
7874 },findPathObject:function(object){var pathIndex=-1; argument
7877 ++i){if(this.getPathObject(i)===object){return i
7879 },getPathObject:function(index){var object=this.objectPath[index];
7880 if(object instanceof Property){return object.getObject()
7881 }else{return object
7882 }},getRowObject:function(row){var object=getRowOwnerObject(row);
7883 return object?object:this.selection
7884 },getRowPropertyValue:function(row){var object=this.getRowObject(row);
7885 object=this.getRealObject(object);
7886 if(object){var propName=getRowName(row);
7887 if(object instanceof jsdIStackFrame){return Firebug.Debugger.evaluate(propName,this.context)
7888 }else{return object[propName]
7890 var object=getAncestorByClass(target,"objectLink-element");
7891 object=object?object.repObject:null;
7892 if(object&&instanceOf(object,"Element")&&object.nodeType==1){if(object!=lastHighlightedObject){Fire…
7893 object=lastHighlightedObject
7922 }var object=selectObject;
7923 try{selectObject=object[name]
7925 }if(selectObject){this.objectPath.push(new Property(object,name))
7933 }},supportsObject:function(object){if(object==null){return 1000 argument
7934 }if(typeof(object)=="undefined"){return 1000
7935 }else{if(object instanceof SourceLink){return 0
7938 },updateSelection:function(object){var previousIndex=this.pathIndex; argument
7942 var pathIndex=this.findPathObject(object);
7955 var object=value;
7960 this.objectPath.push(new Property(object,name));
7965 if(object===win){this.pathIndex=0;
7970 this.objectPath=[win,object];
7980 }},getObjectPath:function(object){return this.objectPath argument
8028 var getMembers=function getMembers(object,level){if(!level){level=0 argument
8030 try{var domMembers=getDOMMembers(object);
8031 if(object.wrappedJSObject){var insecureObject=object.wrappedJSObject
8032 }else{var insecureObject=object
8033 }if(isIE&&isFunction(object)){addMember("user",userProps,"prototype",object.prototype,level)
8134 }var object=target.repObject;
8135 if(instanceOf(object,"Element")){Firebug.HTML.selectTreeNode(ElementCache(object))
8137 Firebug.chrome.getPanel("DOM").select(object,true)
8163 this.dumpProperties=function(title,object){return this.logFormatted("dumpProperties() not supported… argument
8181 var object=objects[i];
8183 appendText(object,html);
8185 }else{appendText(object,html)
8206 function appendText(object,html){html.push(escapeHTML(objectToString(object))) argument
8214 }function objectToString(object){try{return object+"" argument