Type Alias JSObjectRef

Source
pub type JSObjectRef = *mut OpaqueJSValue;
Expand description

@typedef JSObjectRef A JavaScript object. A JSObject is a JSValue.