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

Function addToContainerChain

test/fixtures/snapshot/typescript.js:46271–46276  ·  view source on GitHub ↗
(next)

Source from the content-addressed store, hash-verified

46269 return 0 /* ContainerFlags.None */;
46270 }
46271 function addToContainerChain(next) {
46272 if (lastContainer) {
46273 lastContainer.nextContainer = next;
46274 }
46275 lastContainer = next;
46276 }
46277 function declareSymbolAndAddToSymbolTable(node, symbolFlags, symbolExcludes) {
46278 switch (container.kind) {
46279 // Modules, source files, and classes need specialized handling for how their

Callers 2

bindContainerFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected