()
| 170 | for (var i = arguments.length - 1; i >= 0; i--) curState.cc.push(arguments[i]); |
| 171 | } |
| 172 | function cont() { |
| 173 | pass.apply(null, arguments); |
| 174 | return true; |
| 175 | } |
| 176 | |
| 177 | function pushContext(tagName, startOfLine) { |
| 178 | var noIndent = Kludges.doNotIndent.hasOwnProperty(tagName) || (curState.context && curState.context.noIndent); |
no test coverage detected