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

Function endClassLexicalEnvironment

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

Source from the content-addressed store, hash-verified

95557 currentClassLexicalEnvironment = undefined;
95558 }
95559 function endClassLexicalEnvironment() {
95560 currentClassLexicalEnvironment = classLexicalEnvironmentStack.pop();
95561 }
95562 function getClassLexicalEnvironment() {
95563 return currentClassLexicalEnvironment || (currentClassLexicalEnvironment = {
95564 facts: 0 /* ClassFacts.None */,

Callers 1

visitClassLikeFunction · 0.85

Calls 1

popMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…