(type)
| 333 | return pass(maybeoperator, expect(";"), poplex); |
| 334 | } |
| 335 | function property(type) { |
| 336 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 337 | } |
| 338 | function objprop(type) { |
| 339 | if (type == "variable") cx.marked = "property"; |
| 340 | if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression); |