()
| 259 | |
| 260 | var cx = {state: null, column: null, marked: null, cc: null}; |
| 261 | function pass() { |
| 262 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 263 | } |
| 264 | function cont() { |
| 265 | pass.apply(null, arguments); |
| 266 | return true; |
no outgoing calls
no test coverage detected