Home
last modified time | relevance | path

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

/plugin/webcode/vendor/
H A Dfirebug-lite-1.4.js1686 }}}},supportsObject:function(object){return 0 method in Firebug.Panel
4193 }},className:"function",supportsObject:function(object,type){return isFunction(object)
4253 },className:"object",supportsObject:function(object,type){return true
4279 },className:"array",supportsObject:function(object){return this.isArray(object)
4354 },className:"element",supportsObject:function(object){return instanceOf(object,"Element")
4371 },className:"object",supportsObject:function(object){return instanceOf(object,"Document")
4392 }}},className:"object",supportsObject:function(object){return instanceOf(object,"Window")
5475 },supportsObject:function(object){return false;
7279 },supportsObject:function(object){if(object instanceof CSSStyleSheet){return 1
7457 }},supportsObject:function(object){return object instanceof Element?1:0
[all …]
/plugin/sequencediagram/bower_components/lodash/vendor/firebug-lite/src/
H A Dfirebug-lite-debug.js7094 supportsObject: function(object) method in Firebug.Panel
15961 supportsObject: function(object)
16008 supportsObject: function(object)
16028 supportsObject: function(object)
16056 supportsObject: function(object)
16266 supportsObject: function(object)
16337 supportsObject: function(object)
16359 supportsObject: function(object)
16420 supportsObject: function(object)
16481 supportsObject: function(object)
[all …]
/plugin/combo/resources/firebug/
H A Dfirebug-lite-1.4.js1554 try{if(rep.supportsObject(object,type)){if(FBTrace.DBG_DOM){FBTrace.sysout("getRep type: "+type+" object: "+object,rep)
1697 }}}},supportsObject:function(object){return 0 method in Firebug.Panel
1775 if(FBL.domplate){Firebug.Rep=domplate({className:"",inspectable:true,supportsObject:function(object,type){return false
4185 this.Undefined=domplate(Firebug.Rep,{tag:OBJECTBOX("undefined"),className:"undefined",supportsObject:function(object,type){return type=="undefined"
4187 this.Null=domplate(Firebug.Rep,{tag:OBJECTBOX("null"),className:"null",supportsObject:function(object,type){return object==null
4190 this.Number=domplate(Firebug.Rep,{tag:OBJECTBOX("$object"),className:"number",supportsObject:function(object,type){return type=="boolean"||type=="number"
4192 this.String=domplate(Firebug.Rep,{tag:OBJECTBOX(""$object""),shortTag:OBJECTBOX(""$object|cropString""),className:"string",supportsObject:function(object,type){return type=="string"
4204 }},className:"function",supportsObject:function(object,type){return isFunction(object)
4264 },className:"object",supportsObject:function(object,type){return true
4290 },className:"array",supportsObject
[all...]