()
| 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; |
| 210 | } |
| 211 | function register(varname) { |
| 212 | var state = cx.state; |
| 213 | if (state.context) { |
no outgoing calls
no test coverage detected