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

Method ~InnerObject

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

Source from the content-addressed store, hash-verified

32 private:
33 explicit InnerObject(double value = 0) : value_(value) {}
34 ~InnerObject() {}
35
36 static NAN_METHOD(New) {
37 if (info.IsConstructCall()) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected