(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); |
| 262 | } |
| 263 | function commasep(what, end) { |
| 264 | function proceed(type) { |
| 265 | if (type == ",") return cont(what, proceed); |