[][src]Module boa::builtins::bigint

This module implements the global BigInt object.

BigInt is a built-in object that provides a way to represent whole numbers larger than the largest number JavaScript can reliably represent with the Number primitive and represented by the Number.MAX_SAFE_INTEGER constant. BigInt can be used for arbitrarily large integers.

More information:

Functions

create

Create a new Number object

init

Initialise the BigInt object on the global object.

make_bigint

BigInt()

to_string

BigInt.prototype.toString( [radix] )

value_of