| 16 | |
| 17 | public: |
| 18 | NamedInterceptor() { std::strncpy(this->buf, "foo", sizeof (this->buf)); } |
| 19 | static NAN_MODULE_INIT(Init); |
| 20 | static v8::Local<v8::Value> NewInstance (); |
| 21 | static NAN_METHOD(New); |
nothing calls this directly
no outgoing calls
no test coverage detected