()
| 95946 | return !inContext(1 /* ContextFlags.NonTopLevel */); |
| 95947 | } |
| 95948 | function inHasLexicalThisContext() { |
| 95949 | return inContext(2 /* ContextFlags.HasLexicalThis */); |
| 95950 | } |
| 95951 | function doWithContext(flags, cb, value) { |
| 95952 | var contextFlagsToSet = flags & ~contextFlags; |
| 95953 | if (contextFlagsToSet) { |
no test coverage detected