(what, end, info)
| 468 | }; |
| 469 | } |
| 470 | function contCommasep(what, end, info) { |
| 471 | for (var i = 3; i < arguments.length; i++) |
| 472 | cx.cc.push(arguments[i]); |
| 473 | return cont(pushlex(end, info), commasep(what, end), poplex); |
| 474 | } |
| 475 | function block(type) { |
| 476 | if (type == "}") return cont(); |
| 477 | return pass(statement, block); |
no test coverage detected