Function mozjs::rust::wrappers::IsArrayObject

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