(func)
| 31929 | return doOutsideOfContext(32768 /* NodeFlags.AwaitContext */, func); |
| 31930 | } |
| 31931 | function doInYieldAndAwaitContext(func) { |
| 31932 | return doInsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func); |
| 31933 | } |
| 31934 | function doOutsideOfYieldAndAwaitContext(func) { |
| 31935 | return doOutsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func); |
| 31936 | } |
no test coverage detected
searching dependent graphs…