Function objGetPrototypeOf

  • The objGetPrototypeOf() method returns the prototype (i.e. the value of the internal Prototype property) of the specified value.

    Parameters

    • value: any

      The object whose prototype is to be returned, which may be null.

    Returns any

    Since

    0.4.4