()
| 114001 | writer.writePunctuation(s); |
| 114002 | } |
| 114003 | function writeTrailingSemicolon() { |
| 114004 | writer.writeTrailingSemicolon(";"); |
| 114005 | } |
| 114006 | function writeKeyword(s) { |
| 114007 | writer.writeKeyword(s); |
| 114008 | } |
no test coverage detected
searching dependent graphs…