()
| 193 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 194 | } |
| 195 | function cont() { |
| 196 | pass.apply(null, arguments); |
| 197 | return true; |
| 198 | } |
| 199 | function register(varname) { |
| 200 | function inList(list) { |
| 201 | for (var v = list; v; v = v.next) |
no outgoing calls
no test coverage detected