Returns a Boolean value indicating whether an object exists in the prototype chain of another object.
function isPrototypeOf(obj : Object) : Boolean |
Returns a Boolean value indicating whether an object exists in the prototype chain of another object.
function isPrototypeOf(obj : Object) : Boolean |