(state)
| 191 | this.noIndent = true; |
| 192 | } |
| 193 | function popContext(state) { |
| 194 | if (state.context) state.context = state.context.prev; |
| 195 | } |
| 196 | function maybePopContext(state, nextTagName) { |
| 197 | var parentTagName; |
| 198 | while (true) { |
no outgoing calls
no test coverage detected