(binding)
| 112 | } |
| 113 | |
| 114 | async function test (binding) { |
| 115 | if (!checkAsyncHooks()) { |
| 116 | return; |
| 117 | } |
| 118 | |
| 119 | await makeCallbackWithResource(binding); |
| 120 | await makeCallbackWithoutResource(binding); |
| 121 | assertAsyncContextReturnsCorrectEnv(binding); |
| 122 | } |
nothing calls this directly
no test coverage detected