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

Function emitClassStaticBlockDeclaration

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

Source from the content-addressed store, hash-verified

111837 emitSignatureAndBody(node, emitSignatureHead);
111838 }
111839 function emitClassStaticBlockDeclaration(node) {
111840 emitDecorators(node, node.decorators);
111841 emitModifiers(node, node.modifiers);
111842 writeKeyword("static");
111843 emitBlockFunctionBody(node.body);
111844 }
111845 function emitConstructor(node) {
111846 emitModifiers(node, node.modifiers);
111847 writeKeyword("constructor");

Callers 1

Calls 4

emitDecoratorsFunction · 0.85
emitModifiersFunction · 0.85
writeKeywordFunction · 0.85
emitBlockFunctionBodyFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…