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

Function getClassLexicalEnvironment

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

Source from the content-addressed store, hash-verified

95560 currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop();
95561 }
95562 function getClassLexicalEnvironment() {
95563 return currentClassLexicalEnvironment || (currentClassLexicalEnvironment = {
95564 facts: 0 /* ClassFacts.None */,
95565 classConstructor: undefined,
95566 superClassReference: undefined,
95567 privateIdentifierEnvironment: undefined,
95568 });
95569 }
95570 function getPrivateIdentifierEnvironment() {
95571 var lex = getClassLexicalEnvironment();
95572 lex.privateIdentifierEnvironment || (lex.privateIdentifierEnvironment = {

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…