Function mozjs::jsapi::MapHas

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