()
| 158 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 159 | } |
| 160 | function cont() { |
| 161 | pass.apply(null, arguments); |
| 162 | return true; |
| 163 | } |
| 164 | function register(varname) { |
| 165 | var state = cx.state; |
| 166 | if (state.context) { |
no outgoing calls
no test coverage detected