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

Function startClassLexicalEnvironment

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

Source from the content-addressed store, hash-verified

95553 }
95554 }
95555 function startClassLexicalEnvironment() {
95556 classLexicalEnvironmentStack.push(currentClassLexicalEnvironment);
95557 currentClassLexicalEnvironment = undefined;
95558 }
95559 function endClassLexicalEnvironment() {
95560 currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop();
95561 }

Callers 1

visitClassLikeFunction · 0.85

Calls 1

pushMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…