Type Definition boa::js::value::Value

source ·
pub type Value = Gc<ValueData>;
Expand description

A Garbage-collected Javascript value as represented in the interpreter