[][src]Module boa::builtins

Builtins live here, such as Object, String, Math etc

Modules

array

This module implements the global Array object.

bigint

This module implements the global BigInt object.

boolean

This module implements the global Boolean object.

console

This module implements the global console object.

error

This module implements the global Error object.

function

This module implements the global Function object as well as creates Native Functions.

json

This module implements the global JSON object.

math

This module implements the global Math object.

number

This module implements the global Number object.

object

This module implements the global Object object.

property

This module implements the Property Descriptor.

regexp

This module implements the global RegExp object.

string

This module implements the global String object.

symbol

This module implements the global Symbol object.

value

This module implements the JavaScript Value.

Functions

init

Initializes builtin objects and functions