(unparsed)
| 110801 | return endPrint(); |
| 110802 | } |
| 110803 | function printUnparsedSource(unparsed) { |
| 110804 | writeUnparsedSource(unparsed, beginPrint()); |
| 110805 | return endPrint(); |
| 110806 | } |
| 110807 | function writeNode(hint, node, sourceFile, output) { |
| 110808 | var previousWriter = writer; |
| 110809 | setWriter(output, /*_sourceMapGenerator*/ undefined); |
no test coverage detected