()
| 145 | for (var i = arguments.length - 1; i >= 0; i--) cx.cc.push(arguments[i]); |
| 146 | } |
| 147 | function cont() { |
| 148 | pass.apply(null, arguments); |
| 149 | return true; |
| 150 | } |
| 151 | |
| 152 | function pushlex(type, info) { |
| 153 | var result = function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…