()
| 142 | |
| 143 | var cx = {state: null, stream: null, marked: null, cc: null}; |
| 144 | function pass() { |
| 145 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 146 | } |
| 147 | function cont() { |
| 148 | pass.apply(null, arguments); |
| 149 | return true; |
no outgoing calls
no test coverage detected