(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); |
| 341 | } |
| 342 | function commasep(what, end) { |
| 343 | function proceed(type) { |
| 344 | if (type == ",") return cont(what, proceed); |