()
| 155 | |
| 156 | var cx = {state: null, column: null, marked: null, cc: null}; |
| 157 | function pass() { |
| 158 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 159 | } |
| 160 | function cont() { |
| 161 | pass.apply(null, arguments); |
| 162 | return true; |
no outgoing calls
no test coverage detected