Returns a Boolean value indicating whether an object exists in the prototype chain of another object.
function isPrototypeOf(obj : Object) : Boolean |
Ajax toolkit
Ajax website
Returns a Boolean value indicating whether an object exists in the prototype chain of another object.
function isPrototypeOf(obj : Object) : Boolean |
Arguments
Remarks
Example
Requirements
See Also
Ajax toolkit
Ajax website