(type)
| 299 | return pass(maybeoperator, expect(";"), poplex); |
| 300 | } |
| 301 | function property(type) { |
| 302 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 303 | } |
| 304 | function objprop(type, value) { |
| 305 | if (type == "variable") { |
| 306 | cx.marked = "property"; |