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