pub unsafe fn IsArrayObject1(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    isArray: *mut bool
) -> bool