Module value

Module value 

Source
Expand description

This module implements the JavaScript Value.

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

Structs§

TryFromCharError
TryFromObjectError
ValueDisplay
This object is used for displaying a Value.

Enums§

AbstractRelation
The result of the Abstract Relational Comparison.
IntegerOrInfinity
Represents the result of ToIntegerOrInfinity operation
JsValue
A Javascript value
Numeric
Numeric value which can be of two types Number, BigInt.
PreferredType
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.