(s)
| 113998 | writer.writeSymbol(s, sym); |
| 113999 | } |
| 114000 | function writePunctuation(s) { |
| 114001 | writer.writePunctuation(s); |
| 114002 | } |
| 114003 | function writeTrailingSemicolon() { |
| 114004 | writer.writeTrailingSemicolon(";"); |
| 114005 | } |
no test coverage detected
searching dependent graphs…