Function mozjs::jsapi::MapDelete

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