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

Function emitCallSignature

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

Source from the content-addressed store, hash-verified

111856 emitSignatureAndBody(node, emitSignatureHead);
111857 }
111858 function emitCallSignature(node) {
111859 pushNameGenerationScope(node);
111860 emitDecorators(node, node.decorators);
111861 emitModifiers(node, node.modifiers);
111862 emitTypeParameters(node, node.typeParameters);
111863 emitParameters(node, node.parameters);
111864 emitTypeAnnotation(node.type);
111865 writeTrailingSemicolon();
111866 popNameGenerationScope(node);
111867 }
111868 function emitConstructSignature(node) {
111869 pushNameGenerationScope(node);
111870 emitDecorators(node, node.decorators);

Callers 1

Calls 8

pushNameGenerationScopeFunction · 0.85
emitDecoratorsFunction · 0.85
emitModifiersFunction · 0.85
emitTypeParametersFunction · 0.85
emitParametersFunction · 0.85
emitTypeAnnotationFunction · 0.85
writeTrailingSemicolonFunction · 0.85
popNameGenerationScopeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…