(s, o)
| 34053 | (w += i)) |
| 34054 | return w |
| 34055 | } |
| 34056 | function generateNextLine(s, o) { |
| 34057 | return '\n' + er.repeat(' ', s.indent * o) |
| 34058 | } |
| 34059 | function isWhitespace(s) { |
| 34060 | return 32 === s || 9 === s |
no outgoing calls
no test coverage detected