()
| 286 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 287 | } |
| 288 | function cont() { |
| 289 | pass.apply(null, arguments); |
| 290 | return true; |
| 291 | } |
| 292 | function register(varname) { |
| 293 | function inList(list) { |
| 294 | for (var v = list; v; v = v.next) |
no outgoing calls
no test coverage detected