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

Function visitSuperCallInBody

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

Source from the content-addressed store, hash-verified

101211 /*typeArguments*/ undefined, call.arguments))));
101212 }
101213 function visitSuperCallInBody(node) {
101214 return visitCallExpressionWithPotentialCapturedThisAssignment(node, /*assignToCapturedThis*/ false);
101215 }
101216 function visitCallExpressionWithPotentialCapturedThisAssignment(node, assignToCapturedThis) {
101217 // We are here either because SuperKeyword was used somewhere in the expression, or
101218 // because we contain a SpreadElementExpression.

Callers 1

transformConstructorBodyFunction · 0.85

Tested by

no test coverage detected