Function mozjs::jsapi::SetDelete

source ·
pub unsafe extern "C" fn SetDelete(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    key: Handle<Value>,
    rval: *mut bool
) -> bool