| 40 | } |
| 41 | |
| 42 | NAN_METHOD(Hustle) { |
| 43 | async_resource = new AsyncResource("nan:test:weak2"); |
| 44 | cb.Reset(To<v8::Function>(info[0]).ToLocalChecked()); |
| 45 | info.GetReturnValue().Set(wrap()); |
| 46 | } |
| 47 | |
| 48 | NAN_MODULE_INIT(Init) { |
| 49 | Set(target |
nothing calls this directly
no test coverage detected