(privateName, node)
| 95722 | return identifier; |
| 95723 | } |
| 95724 | function createHoistedVariableForPrivateName(privateName, node) { |
| 95725 | return createHoistedVariableForClass(privateName.substring(1), node.name); |
| 95726 | } |
| 95727 | function accessPrivateIdentifier(name) { |
| 95728 | var _a; |
| 95729 | if (currentClassLexicalEnvironment === null || currentClassLexicalEnvironment === void 0 ? void 0 : currentClassLexicalEnvironment.privateIdentifierEnvironment) { |
no test coverage detected