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

Function emitConstructor

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

Source from the content-addressed store, hash-verified

111843 emitBlockFunctionBody(node.body);
111844 }
111845 function emitConstructor(node) {
111846 emitModifiers(node, node.modifiers);
111847 writeKeyword("constructor");
111848 emitSignatureAndBody(node, emitSignatureHead);
111849 }
111850 function emitAccessorDeclaration(node) {
111851 emitDecorators(node, node.decorators);
111852 emitModifiers(node, node.modifiers);

Callers 1

Calls 3

emitModifiersFunction · 0.85
writeKeywordFunction · 0.85
emitSignatureAndBodyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…