()
| 283 | |
| 284 | var cx = {state: null, column: null, marked: null, cc: null}; |
| 285 | function pass() { |
| 286 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 287 | } |
| 288 | function cont() { |
| 289 | pass.apply(null, arguments); |
| 290 | return true; |
no outgoing calls
no test coverage detected