()
| 95560 | currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop(); |
| 95561 | } |
| 95562 | function getClassLexicalEnvironment() { |
| 95563 | return currentClassLexicalEnvironment || (currentClassLexicalEnvironment = { |
| 95564 | facts: 0 /* ClassFacts.None */, |
| 95565 | classConstructor: undefined, |
| 95566 | superClassReference: undefined, |
| 95567 | privateIdentifierEnvironment: undefined, |
| 95568 | }); |
| 95569 | } |
| 95570 | function getPrivateIdentifierEnvironment() { |
| 95571 | var lex = getClassLexicalEnvironment(); |
| 95572 | lex.privateIdentifierEnvironment || (lex.privateIdentifierEnvironment = { |
no outgoing calls
no test coverage detected
searching dependent graphs…