(flags)
| 31935 | return doOutsideOfContext(8192 /* NodeFlags.YieldContext */ | 32768 /* NodeFlags.AwaitContext */, func); |
| 31936 | } |
| 31937 | function inContext(flags) { |
| 31938 | return (contextFlags & flags) !== 0; |
| 31939 | } |
| 31940 | function inYieldContext() { |
| 31941 | return inContext(8192 /* NodeFlags.YieldContext */); |
| 31942 | } |
no outgoing calls
no test coverage detected
searching dependent graphs…