.getProto()

Description

Returns the prototype of the current object (i.e., Object.getPrototypeOf(self) in JavaScript terms).

Parameters

None.

Usage

proto = {x:1}.getProto()

Last updated

Was this helpful?