Expand description
Builtins live here, such as Object, String, Math, etc.
Modules§
- array
- This module implements the global
Arrayobject. - bigint
- This module implements the global
BigIntobject. - boolean
- This module implements the global
Booleanobject. - date
- error
- This module implements the global
Errorobject. - function
- This module implements the global
Functionobject as well as creates Native Functions. - global_
this - This module implements the global
globalThisproperty. - infinity
- This module implements the global
Infinityproperty. - iterable
- json
- This module implements the global
JSONobject. - map
- This module implements the global
Mapobject. - math
- This module implements the global
Mathobject. - nan
- This module implements the global
NaNproperty. - number
- This module implements the global
Numberobject. - object
- This module implements the global
Objectobject. - reflect
- This module implements the global
Reflectobject. - regexp
- This module implements the global
RegExpobject. - set
- This module implements the global
Setobjest. - string
- This module implements the global
Stringobject. - symbol
- This module implements the global
Symbolobject. - undefined
- This module implements the global
undefinedproperty.
Traits§
Functions§
- init
- Initializes builtin objects and functions