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