(type)
| 288 | return pass(maybeoperator, expect(";"), poplex); |
| 289 | } |
| 290 | function property(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); |
nothing calls this directly
no test coverage detected
searching dependent graphs…