(type)
| 423 | return pass(expressionNoComma); |
| 424 | } |
| 425 | function maybelabel(type) { |
| 426 | if (type == ":") return cont(poplex, statement); |
| 427 | return pass(maybeoperatorComma, expect(";"), poplex); |
| 428 | } |
| 429 | function property(type) { |
| 430 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 431 | } |