| 28 | Persistent<v8::Function> MyObject::constructor; |
| 29 | |
| 30 | MyObject::MyObject(v8::Local<v8::Object> resource) |
| 31 | : async_resource("nan:test:makecallback", resource) { |
| 32 | } |
| 33 | |
| 34 | MyObject::~MyObject() { |
| 35 | } |
nothing calls this directly
no outgoing calls
no test coverage detected