(func)
| 31926 | return doInsideOfContext(32768 /* NodeFlags.AwaitContext */, func); |
| 31927 | } |
| 31928 | function doOutsideOfAwaitContext(func) { |
| 31929 | return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func); |
| 31930 | } |
| 31931 | function doInYieldAndAwaitContext(func) { |
| 31932 | return doInsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func); |
| 31933 | } |
no test coverage detected