MCPcopy Index your code
hub / github.com/nodejs/node / createHoistedVariableForPrivateName

Function createHoistedVariableForPrivateName

test/fixtures/snapshot/typescript.js:95724–95726  ·  view source on GitHub ↗
(privateName, node)

Source from the content-addressed store, hash-verified

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) {

Callers 1

Calls 1

Tested by

no test coverage detected