(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 | } |
| 31937 | function inContext(flags) { |
| 31938 | return (contextFlags & flags) !== 0; |
| 31939 | } |
no test coverage detected