Function mozjs::jsapi::JS::MapHas

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