Function GetArrayLength

Source
pub unsafe fn GetArrayLength(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    lengthp: *mut u32,
) -> bool