()
| 202 | |
| 203 | var cx = {state: null, column: null, marked: null, cc: null}; |
| 204 | function pass() { |
| 205 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 206 | } |
| 207 | function cont() { |
| 208 | pass.apply(null, arguments); |
| 209 | return true; |
no outgoing calls
no test coverage detected