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

Function emitDebuggerStatement

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

Source from the content-addressed store, hash-verified

112730 }
112731 }
112732 function emitDebuggerStatement(node) {
112733 writeToken(87 /* SyntaxKind.DebuggerKeyword */, node.pos, writeKeyword);
112734 writeTrailingSemicolon();
112735 }
112736 //
112737 // Declarations
112738 //

Callers 1

Calls 2

writeTokenFunction · 0.85
writeTrailingSemicolonFunction · 0.85

Tested by

no test coverage detected