Function mozjs::jsapi::JS::MapSet

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