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