| 55 | }; |
| 56 | |
| 57 | NAN_METHOD(thread_local_storage) { |
| 58 | Tap *t = new Tap(info[0]); |
| 59 | AsyncQueueWorker(new TlsTest(t)); |
| 60 | info.GetReturnValue().SetUndefined(); |
| 61 | } |
| 62 | |
| 63 | NAN_MODULE_INIT(Init) { |
| 64 | Set(target |
nothing calls this directly
no test coverage detected