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

Method MyObject

test/cpp/makecallback.cpp:30–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

28Persistent<v8::Function> MyObject::constructor;
29
30MyObject::MyObject(v8::Local<v8::Object> resource)
31 : async_resource("nan:test:makecallback", resource) {
32}
33
34MyObject::~MyObject() {
35}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected