()
| 95943 | return (contextFlags & flags) !== 0; |
| 95944 | } |
| 95945 | function inTopLevelContext() { |
| 95946 | return !inContext(1 /* ContextFlags.NonTopLevel */); |
| 95947 | } |
| 95948 | function inHasLexicalThisContext() { |
| 95949 | return inContext(2 /* ContextFlags.HasLexicalThis */); |
| 95950 | } |
no test coverage detected
searching dependent graphs…