⚠️ Not implemented in the current OSL CLI.
Returns the prototype of the current object (i.e., Object.getPrototypeOf(self) in JavaScript terms).
Object.getPrototypeOf(self)
None.
proto = {x:1}.getProto()
Last updated 16 days ago