Home
last modified time | relevance | path

Searched +defs:object +defs:keys (Results 1 – 3 of 3) sorted by relevance

/template/a_new_day/js/
Dprototype.js38 inspect: function(object) { argument
49 keys: function(object) { method
56 values: function(object) { argument
63 clone: function(object) { argument
75 Function.prototype.bindAsEventListener = function(object) { argument
/template/battlehorse/js/
Dprototype.js38 inspect: function(object) { argument
49 keys: function(object) { method
56 values: function(object) { argument
63 clone: function(object) { argument
75 Function.prototype.bindAsEventListener = function(object) { argument
/template/strap/resources/firebug/
H A Dfirebug-lite-1.4.js219 this.keys=function(map){var keys=[]; method
962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… argument
965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument
1218 this.objectToString=function(object){try{return object+"" argument
1243 this.Property=function(object,name){this.object=object; argument
1254 this.isArray=function(object){return toString.call(object)==="[object Array]" argument
1256 this.isFunction=function(object){if(!object){return false argument
1261 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false argument
1297 this.getDOMMembers=function(object){if(!domMemberCache){FBL.domMemberCache=domMemberCache={}; argument
1329 this.isDOMMember=function(object,propName){var members=this.getDOMMembers(object); argument
[all …]