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

Function getPrivateIdentifierEnvironment

test/fixtures/snapshot/typescript.js:95570–95577  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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 }

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…