pub unsafe fn JS_DeletePropertyById1(
    cx: *mut JSContext,
    obj: HandleObject<'_>,
    id: jsid
) -> bool