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

Function emitMetaProperty

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

Source from the content-addressed store, hash-verified

112472 writeOperator("!");
112473 }
112474 function emitMetaProperty(node) {
112475 writeToken(node.keywordToken, node.pos, writePunctuation);
112476 writePunctuation(".");
112477 emit(node.name);
112478 }
112479 //
112480 // Misc
112481 //

Callers 1

Calls 3

writeTokenFunction · 0.85
writePunctuationFunction · 0.85
emitFunction · 0.70

Tested by

no test coverage detected