For the complete documentation index, see llms.txt. This page is also available as Markdown.

object.getProto

⚠️ Not implemented in the current OSL CLI.

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