Object.getPrototypeOf

Object.getPrototypeOf(object)
Returns the prototype of the object. Any changes on the prototype will apply to all objects that share the prototype.