| 53 | } |
| 54 | |
| 55 | NAN_MODULE_INIT(Init) { |
| 56 | Set(target |
| 57 | , New<v8::String>("doProgress").ToLocalChecked() |
| 58 | , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); |
| 59 | } |
| 60 | |
| 61 | NODE_MODULE(asyncprogressqueueworker, Init) |
nothing calls this directly
no test coverage detected