[][src]Module boa::builtins

Modules

array

The global Array object

boolean
console

The global console object

error

The global Error object

function

The global Function object and function value representations

json

The global JSON object

math

The global Math object

number

The global Number object

object

The global Object object

property

Property, used by Object

regexp

The global 'RegExp' object

string

The global String object

symbol

the global Symbol Object

value

Javascript values, utility methods and conversion between Javascript values and Rust values