| 79 | } |
| 80 | |
| 81 | NAN_MODULE_INIT(Init) { |
| 82 | Set(target |
| 83 | , New<v8::String>("a").ToLocalChecked() |
| 84 | , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); |
| 85 | } |
| 86 | |
| 87 | NODE_MODULE(asyncprogressworkerstream, Init) |
nothing calls this directly
no test coverage detected