| 46 | } |
| 47 | |
| 48 | NAN_MODULE_INIT(Init) { |
| 49 | Set(target |
| 50 | , New<v8::String>("hustle").ToLocalChecked() |
| 51 | , GetFunction(New<v8::FunctionTemplate>(Hustle)).ToLocalChecked() |
| 52 | ); |
| 53 | } |
| 54 | |
| 55 | NODE_MODULE(weak2, Init) |
nothing calls this directly
no test coverage detected