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