How to get the correct js context in v8

前端 未结 0 1526
星月不相逢
星月不相逢 2021-02-15 13:24

I am trying the c++ plugin in nodejs, this is my test code

let obj = new addon.MyClass(function (v) {
  console.log(v);
});         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题