Expand description
Runtime values.
Spike 3 adds an Value::Object variant carrying a string-keyed map of
property values and an optional prototype Address. Objects live on
the heap; user-facing variables hold Value::Ref pointing to a cell
whose contents is the Value::Object.
Enumsยง
- Value
- A runtime value.