Type Alias JSObjectRef

Source
pub type JSObjectRef = *mut OpaqueJSValue;
Expand description

A JavaScript object. A JSObjectRef is a JSValueRef.