(s)
| 114019 | writer.writeSpace(" "); |
| 114020 | } |
| 114021 | function writeProperty(s) { |
| 114022 | writer.writeProperty(s); |
| 114023 | } |
| 114024 | function nonEscapingWrite(s) { |
| 114025 | // This should be defined in a snippet-escaping text writer. |
| 114026 | if (writer.nonEscapingWrite) { |
nothing calls this directly
no test coverage detected