Searched +defs:object +defs:keys (Results 1 – 3 of 3) sorted by relevance
38 inspect: function(object) { argument49 keys: function(object) { method56 values: function(object) { argument63 clone: function(object) { argument75 Function.prototype.bindAsEventListener = function(object) { argument
219 this.keys=function(map){var keys=[]; method962 this.addEvent=function(object,name,handler,useCapture){if(object.addEventListener){object.addEventL… argument965 this.removeEvent=function(object,name,handler,useCapture){try{if(object.removeEventListener){object… argument1218 this.objectToString=function(object){try{return object+"" argument1243 this.Property=function(object,name){this.object=object; argument1254 this.isArray=function(object){return toString.call(object)==="[object Array]" argument1256 this.isFunction=function(object){if(!object){return false argument1261 this.instanceOf=function(object,className){if(!object||typeof object!="object"){return false argument1297 this.getDOMMembers=function(object){if(!domMemberCache){FBL.domMemberCache=domMemberCache={}; argument1329 this.isDOMMember=function(object,propName){var members=this.getDOMMembers(object); argument[all …]