Lines Matching defs:isFunction

1256 this.isFunction=function(object){if(!object){return false
1258 }catch(E){FBTrace.sysout("Lib.isFunction() failed for ",object);
1273 if(n=="property"&&!(value in object)||n=="method"&&!this.isFunction(object[value])||n=="value"&&(""+object[name]).toLowerCase()!=(""+value).toLowerCase()){return false
1550 if(isIE&&isFunction(object)){type="function"
1983 if(isFunction(this.onShow)){this.onShow.apply(this,arguments)
1993 if(isFunction(this.onHide)){this.onHide.apply(this,arguments)
2022 }if(isFunction(this.onCheck)){this.onCheck.call(this,target,value,!wasChecked)
2034 if(isFunction(cmd)){handler=cmd
2277 if(FBChrome.hasOwnProperty(name)&&!isFunction(prop)){this[name]=prop
4204 }},className:"function",supportsObject:function(object,type){return isFunction(object)
4292 }else{if(isIE&&!isFunction(obj)&&typeof obj=="object"&&isFinite(obj.length)&&obj.nodeType!=8){return true
4293 }else{if(isFinite(obj.length)&&isFunction(obj.splice)){return true
4294 }else{if(isFinite(obj.length)&&isFunction(obj.callee)){return true
4995 if(propValue&&!isFunction(propValue)){self[propName]=propValue
5082 if(isFunction(propValue)){if(typeof self[propName]=="undefined"){this[propName]=(function(name,xhr){return supportsApply?function(){return xhr[name].apply(xhr,arguments)
8033 }if(isIE&&isFunction(object)){addMember("user",userProps,"prototype",object.prototype,level)
8040 }else{if(isFunction(val)){if(isClassFunction(val)&&!(name in domMembers)){addMember("userClass",userClasses,name,val,level)
8092 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType=="object"&&value!=null)||(valueType=="string"&&value.length>Firebug.stringCropLength));