(s)
| 114010 | writer.writeOperator(s); |
| 114011 | } |
| 114012 | function writeParameter(s) { |
| 114013 | writer.writeParameter(s); |
| 114014 | } |
| 114015 | function writeComment(s) { |
| 114016 | writer.writeComment(s); |
| 114017 | } |
nothing calls this directly
no test coverage detected