Skip to main content

MapGetOrInsert

Function MapGetOrInsert 

Source
pub unsafe extern "C" fn MapGetOrInsert(
    cx: *mut JSContext,
    obj: HandleObject,
    key: HandleValue,
    val: HandleValue,
    rval: MutableHandleValue,
) -> bool