Skip to main content

MapGetOrInsert

Function MapGetOrInsert 

Source
pub unsafe extern "C" fn MapGetOrInsert(
    cx: *mut JSContext,
    obj: Handle<*mut JSObject>,
    key: Handle<Value>,
    val: Handle<Value>,
    rval: MutableHandle<Value>,
) -> bool