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

This module implements the global Object object.

The Object class represents one of JavaScript's data types.

It is used to store various keyed collections and more complex entities. Objects can be created using the Object() constructor or the object initializer / literal syntax.

More information:

Modules

for_in_iterator

Structs

Object

The global JavaScript object.