MCPcopy Create free account
hub / github.com/nodejs/node / emitArrowFunction

Function emitArrowFunction

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

Source from the content-addressed store, hash-verified

112271 emitFunctionDeclarationOrExpression(node);
112272 }
112273 function emitArrowFunction(node) {
112274 emitDecorators(node, node.decorators);
112275 emitModifiers(node, node.modifiers);
112276 emitSignatureAndBody(node, emitArrowFunctionHead);
112277 }
112278 function emitArrowFunctionHead(node) {
112279 emitTypeParameters(node, node.typeParameters);
112280 emitParametersForArrow(node, node.parameters);

Callers 1

Calls 3

emitDecoratorsFunction · 0.85
emitModifiersFunction · 0.85
emitSignatureAndBodyFunction · 0.85

Tested by

no test coverage detected