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