(what, end, info)
| 524 | }; |
| 525 | } |
| 526 | function contCommasep(what, end, info) { |
| 527 | for (var i = 3; i < arguments.length; i++) |
| 528 | cx.cc.push(arguments[i]); |
| 529 | return cont(pushlex(end, info), commasep(what, end), poplex); |
| 530 | } |
| 531 | function block(type) { |
| 532 | if (type == "}") return cont(); |
| 533 | return pass(statement, block); |
no test coverage detected