Expand description
This module implements the JavaScript Value.
Javascript values, utility methods and conversion between Javascript values and Rust values.
Structs§
- TryFrom
Char Error - TryFrom
Object Error - Value
Display - This object is used for displaying a
Value.
Enums§
- Abstract
Relation - The result of the Abstract Relational Comparison.
- Integer
OrInfinity - Represents the result of ToIntegerOrInfinity operation
- JsValue
- A Javascript value
- Numeric
- Numeric value which can be of two types
Number,BigInt. - Preferred
Type - The preffered type to convert an object to a primitive
Value. - Type
- Possible types of values as defined at https://tc39.es/ecma262/#sec-typeof-operator.