(s)
| 34056 | function generateNextLine(s, o) { |
| 34057 | return '\n' + er.repeat(' ', s.indent * o) |
| 34058 | } |
| 34059 | function isWhitespace(s) { |
| 34060 | return 32 === s || 9 === s |
| 34061 | } |
| 34062 | function isPrintable(s) { |
| 34063 | return ( |
no outgoing calls
no test coverage detected