Function mozjs::rust::jsapi_wrapped::JS_DeletePropertyById1

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