(type)
| 291 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 292 | } |
| 293 | function objprop(type) { |
| 294 | if (type == "variable") cx.marked = "property"; |
| 295 | if (atomicTypes.hasOwnProperty(type)) return cont(expect(":"), expression); |
| 296 | } |
| 297 | function commasep(what, end) { |
| 298 | function proceed(type) { |
| 299 | if (type == ",") return cont(what, proceed); |