Enum JSType

The type of a slot.

enum JSType : xs.bindings._Anonymous_0 { ... }

Enum members

NameDescription
bigInt JS BigInt
bigIntX JS BigInt in ROM
boolean JS boolean
integer JS Number represented as an integer
null_ JS null
number JS Number
reference JS reference type
someString Some JS String, either a reference or in ROM
string JS String
stringX JS String in ROM
symbol JS Symbol
undefined JS undefined

See Also

Slot Types