Skip to main content

JSValueToObject

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 JSBase and JSValueRef only.