Type Definition mozjs::jsapi::HandleValue [] [src]

type HandleValue = Handle<Value>;

Methods

impl HandleValue
[src]

[src]

[src]

Trait Implementations

impl ToJSValConvertible for HandleValue
[src]

[src]

Convert self to a JSVal. JSAPI failure causes a panic.