| 5520 | //////////////////////////////////////////////////////////////////////////////// |
| 5521 | |
| 5522 | inline AsyncContext::AsyncContext(napi_env env, const char* resource_name) |
| 5523 | : AsyncContext(env, resource_name, Object::New(env)) {} |
| 5524 | |
| 5525 | inline AsyncContext::AsyncContext(napi_env env, |
| 5526 | const char* resource_name, |
nothing calls this directly
no outgoing calls
no test coverage detected