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

Function callExpressionVisitor

test/fixtures/snapshot/typescript.js:98657–98662  ·  view source on GitHub ↗
(node)

Source from the content-addressed store, hash-verified

98655 return node;
98656 }
98657 function callExpressionVisitor(node) {
98658 if (node.kind === 106 /* SyntaxKind.SuperKeyword */) {
98659 return visitSuperKeyword(/*isExpressionOfCall*/ true);
98660 }
98661 return visitor(node);
98662 }
98663 function visitorWorker(node, expressionResultIsUnused) {
98664 switch (node.kind) {
98665 case 124 /* SyntaxKind.StaticKeyword */:

Callers

nothing calls this directly

Calls 2

visitSuperKeywordFunction · 0.85
visitorFunction · 0.70

Tested by

no test coverage detected