()
| 13592 | * @constructor |
| 13593 | */ |
| 13594 | var StringWriter = function() { |
| 13595 | this.data = []; |
| 13596 | }; |
| 13597 | StringWriter.prototype = { |
| 13598 | /** |
| 13599 | * Append any content to the current string. |
nothing calls this directly
no outgoing calls
no test coverage detected