(what, end, info)
| 578 | }; |
| 579 | } |
| 580 | function contCommasep(what, end, info) { |
| 581 | for (var i = 3; i < arguments.length; i++) |
| 582 | cx.cc.push(arguments[i]); |
| 583 | return cont(pushlex(end, info), commasep(what, end), poplex); |
| 584 | } |
| 585 | function block(type) { |
| 586 | if (type == "}") return cont(); |
| 587 | return pass(statement, block); |
no test coverage detected