(type)
| 427 | return pass(maybeoperatorComma, expect(";"), poplex); |
| 428 | } |
| 429 | function property(type) { |
| 430 | if (type == "variable") {cx.marked = "property"; return cont();} |
| 431 | } |
| 432 | function objprop(type, value) { |
| 433 | if (type == "variable" || cx.style == "keyword") { |
| 434 | cx.marked = "property"; |
nothing calls this directly
no test coverage detected
searching dependent graphs…