()
| 95553 | } |
| 95554 | } |
| 95555 | function startClassLexicalEnvironment() { |
| 95556 | classLexicalEnvironmentStack.push(currentClassLexicalEnvironment); |
| 95557 | currentClassLexicalEnvironment = undefined; |
| 95558 | } |
| 95559 | function endClassLexicalEnvironment() { |
| 95560 | currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop(); |
| 95561 | } |
no test coverage detected
searching dependent graphs…