js code is:
const obj = tap.create();
quote.on("connection", (params) => {
console.log('[DEBUG js]', 'connection called, params:', params);
});
remember function in c++:
napi_create_reference(env, args[1], 1, &cbMap[eIt->second]);
when native function is called:
void TAP_CDECL Spi::OnConnect(int errorCode, const Info *info) {
{{I want to call the function from cbMap here, How to write code? I do not
known how to find "env"!}}
}