()
| 31938 | return (contextFlags & flags) !== 0; |
| 31939 | } |
| 31940 | function inYieldContext() { |
| 31941 | return inContext(8192 /* NodeFlags.YieldContext */); |
| 31942 | } |
| 31943 | function inDisallowInContext() { |
| 31944 | return inContext(4096 /* NodeFlags.DisallowInContext */); |
| 31945 | } |
no test coverage detected
searching dependent graphs…