JSValueIsObject

Function JSValueIsObject 

Source
pub unsafe extern "C-unwind" fn JSValueIsObject(
    ctx: JSContextRef,
    value: JSValueRef,
) -> bool
👎Deprecated: renamed to JSValue::is_object
Available on crate features JSBase and JSValueRef only.