Function JS_DeletePropertyById1

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