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

Function visitBodyStatement

test/fixtures/snapshot/typescript.js:95230–95235  ·  view source on GitHub ↗
(statement)

Source from the content-addressed store, hash-verified

95228 /*multiLine*/ true),
95229 /*location*/ constructor ? constructor.body : undefined);
95230 function visitBodyStatement(statement) {
95231 if (useDefineForClassFields && ts.isParameterPropertyDeclaration(ts.getOriginalNode(statement), constructor)) {
95232 return undefined;
95233 }
95234 return visitor(statement);
95235 }
95236 }
95237 /**
95238 * Generates assignment statements for property initializers.

Callers

nothing calls this directly

Calls 1

visitorFunction · 0.70

Tested by

no test coverage detected