(type)
| 449 | return cont(functiondef); |
| 450 | } |
| 451 | function afterprop(type) { |
| 452 | if (type == ":") return cont(expressionNoComma); |
| 453 | if (type == "(") return pass(functiondef); |
| 454 | } |
| 455 | function commasep(what, end) { |
| 456 | function proceed(type) { |
| 457 | if (type == ",") { |