(s)
| 114004 | writer.writeTrailingSemicolon(";"); |
| 114005 | } |
| 114006 | function writeKeyword(s) { |
| 114007 | writer.writeKeyword(s); |
| 114008 | } |
| 114009 | function writeOperator(s) { |
| 114010 | writer.writeOperator(s); |
| 114011 | } |
no test coverage detected
searching dependent graphs…