(type, value)
| 541 | if (type == "variable") {register(value); return cont(classNameAfter);} |
| 542 | } |
| 543 | function classNameAfter(type, value) { |
| 544 | if (value == "extends") return cont(expression, classNameAfter); |
| 545 | if (type == "{") return cont(pushlex("}"), classBody, poplex); |
| 546 | } |
| 547 | function classBody(type, value) { |
| 548 | if (type == "variable" || cx.style == "keyword") { |
| 549 | cx.marked = "property"; |