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

Function emitFunctionExpression

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

Source from the content-addressed store, hash-verified

112267 emitTokenWithComment(21 /* SyntaxKind.CloseParenToken */, node.expression ? node.expression.end : openParenPos, writePunctuation, node);
112268 }
112269 function emitFunctionExpression(node) {
112270 generateNameIfNeeded(node.name);
112271 emitFunctionDeclarationOrExpression(node);
112272 }
112273 function emitArrowFunction(node) {
112274 emitDecorators(node, node.decorators);
112275 emitModifiers(node, node.modifiers);

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…