We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f9b18b commit 13e27e1Copy full SHA for 13e27e1
2 files changed
6_object_wrap/abi/myobject.h
@@ -6,7 +6,7 @@
6
class MyObject {
7
public:
8
static void Init(node::js::value env, node::js::value exports);
9
- static void Destructor(void* jsObject);
+ static void Destructor(void* nativeObject);
10
11
private:
12
explicit MyObject(double value = 0);
7_factory_wrap/abi/myobject.h
static void Init(node::js::value env);
static node::js::value NewInstance(node::js::value env, node::js::value arg);
0 commit comments