(type)
| 513 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); } |
| 514 | } |
| 515 | function maybelabel(type) { |
| 516 | if (type == ":") return cont(poplex, statement); |
| 517 | return pass(maybeoperatorComma, expect(";"), poplex); |
| 518 | } |
| 519 | function property(type) { |
| 520 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 521 | } |