(type)
| 329 | } |
| 330 | |
| 331 | function maybelabel(type) { |
| 332 | if (type == ":") return cont(poplex, statement); |
| 333 | return pass(maybeoperator, expect(";"), poplex); |
| 334 | } |
| 335 | function property(type) { |
| 336 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 337 | } |