()
| 95557 | currentClassLexicalEnvironment = undefined; |
| 95558 | } |
| 95559 | function endClassLexicalEnvironment() { |
| 95560 | currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop(); |
| 95561 | } |
| 95562 | function getClassLexicalEnvironment() { |
| 95563 | return currentClassLexicalEnvironment || (currentClassLexicalEnvironment = { |
| 95564 | facts: 0 /* ClassFacts.None */, |
no test coverage detected
searching dependent graphs…