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