You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm Newby, who just got into NAPI.
In the above two codes, methods are create and return the object.
I wonder why only the return value in NewInstance uses escape scope.
The text was updated successfully, but these errors were encountered:
node-addon-examples/src/1-getting-started/7_factory_wrap/node-addon-api/myobject.cc
Lines 24 to 28 in ed36ba2
node-addon-examples/src/1-getting-started/6_object_wrap/node-addon-api/myobject.cc
Lines 46 to 58 in ed36ba2
I'm Newby, who just got into NAPI.
In the above two codes, methods are create and return the object.
I wonder why only the return value in
NewInstance
uses escape scope.The text was updated successfully, but these errors were encountered: