Lines Matching refs:isFunction
1256 this.isFunction=function(object){if(!object){return false function
1273 if(n=="property"&&!(value in object)||n=="method"&&!this.isFunction(object[value])||n=="value"&&(""…
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){retur…
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)…
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",use…
8092 var hasChildren=hasProperties(value)&&!(value instanceof ErrorCopy)&&(isFunction(value)||(valueType…