Function mozjs::rust::jsapi_wrapped::IsArrayObject

source ยท
pub unsafe fn IsArrayObject(
    cx: *mut JSContext,
    value: Handle<'_, Value>,
    isArray: *mut bool,
) -> bool