(type)
| 254 | return pass(maybeoperator, expect(";"), poplex); |
| 255 | } |
| 256 | function property(type) { |
| 257 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 258 | } |
| 259 | function objprop(type) { |
| 260 | if (type == "variable") cx.marked = "property"; |
| 261 | if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression); |