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

Function emitWhileStatement

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

Source from the content-addressed store, hash-verified

112557 writeTrailingSemicolon();
112558 }
112559 function emitWhileStatement(node) {
112560 emitWhileClause(node, node.pos);
112561 emitEmbeddedStatement(node, node.statement);
112562 }
112563 function emitForStatement(node) {
112564 var openParenPos = emitTokenWithComment(97 /* SyntaxKind.ForKeyword */, node.pos, writeKeyword, node);
112565 writeSpace();

Callers 1

Calls 2

emitWhileClauseFunction · 0.85
emitEmbeddedStatementFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…