MCPcopy Create free account
hub / github.com/nodejs/nan / ~MyObject

Method ~MyObject

test/cpp/wrappedobjectfactory.cpp:87–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 private:
86 explicit MyObject(double value = 0) : value_(value) {}
87 ~MyObject() {}
88
89 static NAN_METHOD(New) {
90 if (info.IsConstructCall()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected