(type)
| 440 | return cont(expression, continueQuasi); |
| 441 | } |
| 442 | function continueQuasi(type) { |
| 443 | if (type == "}") { |
| 444 | cx.marked = "string-2"; |
| 445 | cx.state.tokenize = tokenQuasi; |
| 446 | return cont(quasi); |
| 447 | } |
| 448 | } |
| 449 | function arrowBody(type) { |
| 450 | findFatArrow(cx.stream, cx.state); |
| 451 | return pass(type == "{" ? statement : expression); |