method Object.isPrototypeOf
Private
Object.isPrototypeOf(v: Object): boolean

Determines whether an object exists in another object's prototype chain.

Parameters

Another object whose prototype chain is to be checked.

Return Type

boolean