(type)
| 467 | if (value == "target") { cx.marked = "keyword"; return cont(maybeoperatorNoComma); } |
| 468 | } |
| 469 | function maybelabel(type) { |
| 470 | if (type == ":") return cont(poplex, statement); |
| 471 | return pass(maybeoperatorComma, expect(";"), poplex); |
| 472 | } |
| 473 | function property(type) { |
| 474 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 475 | } |