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