> For the complete documentation index, see [llms.txt](https://osl.mistium.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://osl.mistium.com/legacy-osl-originos/prototype-helpers/.getproto-3.md).

# 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

```javascript
proto = {x:1}.getProto()
```
