| 72 | } |
| 73 | |
| 74 | NAN_MODULE_INIT(Init) { |
| 75 | Set(target |
| 76 | , New<v8::String>("doProgress").ToLocalChecked() |
| 77 | , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); |
| 78 | } |
| 79 | |
| 80 | NODE_MODULE(asyncprogressqueueworkerstream, Init) |
nothing calls this directly
no test coverage detected