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