()
| 266 | |
| 267 | var cx = {state: null, column: null, marked: null, cc: null}; |
| 268 | function pass() { |
| 269 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 270 | } |
| 271 | function cont() { |
| 272 | pass.apply(null, arguments); |
| 273 | return true; |
no outgoing calls
no test coverage detected