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

Function emitClassExpression

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

Source from the content-addressed store, hash-verified

112451 emitExpression(node.expression, parenthesizer.parenthesizeExpressionForDisallowedComma);
112452 }
112453 function emitClassExpression(node) {
112454 generateNameIfNeeded(node.name);
112455 emitClassDeclarationOrExpression(node);
112456 }
112457 function emitExpressionWithTypeArguments(node) {
112458 emitExpression(node.expression, parenthesizer.parenthesizeLeftSideOfAccess);
112459 emitTypeArguments(node, node.typeArguments);

Callers 1

Calls 2

generateNameIfNeededFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…