logo

Module boa::value

source · []
Expand description

This module implements the JavaScript Value.

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

Structs

This object is used for displaying a Value.

Enums

Represents the result of ToIntegerOrInfinity operation
A Javascript value
Numeric value which can be of two types Number, BigInt.
The preffered type to convert an object to a primitive Value.
Possible types of values as defined at https://tc39.es/ecma262/#sec-typeof-operator.