[][src]Type Definition boa::js::value::Value

type Value = Gc<ValueData>;

A Garbage-collected Javascript value as represented in the interpreter