(type)
| 444 | } |
| 445 | } |
| 446 | function getterSetter(type) { |
| 447 | if (type != "variable") return pass(afterprop); |
| 448 | cx.marked = "property"; |
| 449 | return cont(functiondef); |
| 450 | } |
| 451 | function afterprop(type) { |
| 452 | if (type == ":") return cont(expressionNoComma); |
| 453 | if (type == "(") return pass(functiondef); |