Contents

init(newBigIntFrom:in:)

Declaration

init?(newBigIntFrom value: Double, in context: JSContext)

Parameters

  • value:

    The value of the BigInt JavaScript value being created.

  • context:

    The JSContext to which the resulting JSValue belongs.

Return Value

The JSValue representing a JavaScript value with type BigInt.

Discussion

Create a new BigInt value from a double.

If the value is not an integer, an exception is thrown.