Type Definition mozjs::jsapi::HandleValue
[−]
[src]
type HandleValue = Handle<Value>;
Methods
impl HandleValue[src]
pub fn null() -> HandleValue[src]
pub fn undefined() -> HandleValue[src]
Trait Implementations
impl ToJSValConvertible for HandleValue[src]
unsafe fn to_jsval(&self, cx: *mut JSContext, rval: MutableHandleValue)[src]
Convert self to a JSVal. JSAPI failure causes a panic.