Function JSObject.prototype

Gets this Object’s prototype.

JSValue prototype() @property const;

Returns

The prototype of this Object. If there are no inherited properties, null is returned.

See Also

Object.getPrototypeOf on MDN