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

type Value = Gc<ValueData>;

A Garbage-collected Javascript value as represented in the interpreter

Trait Implementations

impl ToValue for Value[src]

impl FromValue for Value[src]