()
| 95568 | }); |
| 95569 | } |
| 95570 | function getPrivateIdentifierEnvironment() { |
| 95571 | var lex = getClassLexicalEnvironment(); |
| 95572 | lex.privateIdentifierEnvironment || (lex.privateIdentifierEnvironment = { |
| 95573 | className: "", |
| 95574 | identifiers: new ts.Map() |
| 95575 | }); |
| 95576 | return lex.privateIdentifierEnvironment; |
| 95577 | } |
| 95578 | function getPendingExpressions() { |
| 95579 | return pendingExpressions || (pendingExpressions = []); |
| 95580 | } |
no test coverage detected
searching dependent graphs…