| 57 | } |
| 58 | |
| 59 | NAN_MODULE_INIT(Init) { |
| 60 | Set(target |
| 61 | , New<v8::String>("a").ToLocalChecked() |
| 62 | , GetFunction(New<v8::FunctionTemplate>(DoProgress)).ToLocalChecked()); |
| 63 | } |
| 64 | |
| 65 | NODE_MODULE(asyncprogressworkersignal, Init) |
nothing calls this directly
no test coverage detected