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

Function addNodeWithRecursiveChild

test/fixtures/snapshot/typescript.js:140861–140865  ·  view source on GitHub ↗
(node, child, name)

Source from the content-addressed store, hash-verified

140859 trackedEs5Classes = trackedEs5ClassesStack.pop();
140860 }
140861 function addNodeWithRecursiveChild(node, child, name) {
140862 startNode(node, name);
140863 addChildrenRecursively(child);
140864 endNode();
140865 }
140866 function addNodeWithRecursiveInitializer(node) {
140867 if (node.initializer && isFunctionOrClassExpression(node.initializer)) {
140868 startNode(node);

Callers 2

addChildrenRecursivelyFunction · 0.85

Calls 3

startNodeFunction · 0.85
addChildrenRecursivelyFunction · 0.85
endNodeFunction · 0.85

Tested by

no test coverage detected