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

Function emitIdentifierName

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

Source from the content-addressed store, hash-verified

110993 recordBundleFileInternalSectionEnd(prevSourceFileTextKind);
110994 }
110995 function emitIdentifierName(node) {
110996 if (node === undefined)
110997 return;
110998 pipelineEmit(2 /* EmitHint.IdentifierName */, node, /*parenthesizerRule*/ undefined);
110999 }
111000 function emitExpression(node, parenthesizerRule) {
111001 if (node === undefined)
111002 return;

Calls 1

pipelineEmitFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…