MCPcopy Create free account
hub / github.com/nodejs/nan / ObjectWrap

Method ObjectWrap

nan_object_wrap.h:14–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

12class ObjectWrap {
13 public:
14 ObjectWrap() {
15 refs_ = 0;
16 }
17
18
19 virtual ~ObjectWrap() {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected