[][src]Module boa::builtins::object

The global Object object

Structs

InternalStateCell

Wrapper around Rc to implement Trace and Finalize.

Object

ObjectData is the representation of an object in JavaScript

Enums

ObjectKind

Statics

INSTANCE_PROTOTYPE

Static __proto__, usually set on Object instances as a key to point to their respective prototype object.

PROTOTYPE

Static prototype, usually set on constructors as a key to point to their respective prototype object.

Traits

InternalState

This trait must be implemented by all structs used for internal state.

Functions

create_constructor

Create a new Object object

define_prop

Define a property in an object

get_proto_of

Get the prototype of an object

has_own_prop

Check if it has a property

make_object

Create a new object

set_proto_of

Set the prototype of an object

to_string

To string