Type Definition jscjs_sys::api::JSObjectRef[][src]

type JSObjectRef = *mut OpaqueJSValue;
Expand description

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