(node)
| 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 | // |
no test coverage detected