Function JSValueToObject

Source
pub unsafe extern "C-unwind" fn JSValueToObject(
    ctx: JSContextRef,
    value: JSValueRef,
    exception: *mut JSValueRef,
) -> JSObjectRef
👎Deprecated: renamed to JSValue::to_object
Available on crate features JSValueRef and JSBase only.