()
| 363 | |
| 364 | var cx = { state: null, column: null, marked: null, cc: null }; |
| 365 | function pass() { |
| 366 | for (var i = arguments.length - 1; i >= 0; i--) |
| 367 | cx.cc.push(arguments[i]); |
| 368 | } |
| 369 | function cont() { |
| 370 | pass.apply(null, arguments); |
| 371 | return true; |
no outgoing calls
no test coverage detected