(s, sym)
| 113995 | writer.write(s); |
| 113996 | } |
| 113997 | function writeSymbol(s, sym) { |
| 113998 | writer.writeSymbol(s, sym); |
| 113999 | } |
| 114000 | function writePunctuation(s) { |
| 114001 | writer.writePunctuation(s); |
| 114002 | } |
nothing calls this directly
no test coverage detected