Function JSValueIsArray

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