Module boa::js::object

source ·
Expand description

The global Object object

Structs

Statics

Functions

Create a new Object object
Define a property in an object
Get the prototype of an object
Check if it has a property
Initialise the Object object on the global object
Create a new object
Set the prototype of an object
To string

Type Definitions