Function JS_DeleteElement1

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