()
| 262 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 263 | } |
| 264 | function cont() { |
| 265 | pass.apply(null, arguments); |
| 266 | return true; |
| 267 | } |
| 268 | function register(varname) { |
| 269 | function inList(list) { |
| 270 | for (var v = list; v; v = v.next) |
no outgoing calls
no test coverage detected