Home
last modified time | relevance | path

Searched defs:supportsObject (Results 1 – 1 of 1) sorted by relevance

/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js1697 }}}},supportsObject:function(object){return 0 method
1775 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object… method
4185 …mplate(Firebug.Rep,{tag:OBJECTBOX("undefined"),className:"undefined",supportsObject:function(objec… method
4187 this.Null=domplate(Firebug.Rep,{tag:OBJECTBOX("null"),className:"null",supportsObject:function(obje… method
4190 this.Number=domplate(Firebug.Rep,{tag:OBJECTBOX("$object"),className:"number",supportsObject:functi… method
4192 …rtTag:OBJECTBOX(""$object|cropString""),className:"string",supportsObject:function(objec… method
4204 }},className:"function",supportsObject:function(object,type){return isFunction(object) method
4264 },className:"object",supportsObject:function(object,type){return true method
4290 },className:"array",supportsObject:function(object){return this.isArray(object) method
4303 this.Property=domplate(Firebug.Rep,{supportsObject:function(object){return object instanceof Proper… method
[all …]