Type Definition jscjs_sys::api::JSObjectRef [−][src]
type JSObjectRef = *mut OpaqueJSValue;
Expand description
@typedef JSObjectRef A JavaScript object. A JSObject is a JSValue.
type JSObjectRef = *mut OpaqueJSValue;
@typedef JSObjectRef A JavaScript object. A JSObject is a JSValue.