(type)
| 482 | return cont(expression, continueQuasi); |
| 483 | } |
| 484 | function continueQuasi(type) { |
| 485 | if (type == "}") { |
| 486 | cx.marked = "string-2"; |
| 487 | cx.state.tokenize = tokenQuasi; |
| 488 | return cont(quasi); |
| 489 | } |
| 490 | } |
| 491 | function arrowBody(type) { |
| 492 | findFatArrow(cx.stream, cx.state); |
| 493 | return pass(type == "{" ? statement : expression); |