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

type Value = Gc<ValueData>;

A Garbage-collected Javascript value as represented in the interpreter

Trait Implementations

impl FromValue for Value[src]

impl ToValue for Value[src]