(type)
| 34442 | return cont(maybeexpression, continueQuasi); |
| 34443 | } |
| 34444 | function continueQuasi(type) { |
| 34445 | if (type == "}") { |
| 34446 | cx.marked = "string-2"; |
| 34447 | cx.state.tokenize = tokenQuasi; |
| 34448 | return cont(quasi); |
| 34449 | } |
| 34450 | } |
| 34451 | function arrowBody(type) { |
| 34452 | findFatArrow(cx.stream, cx.state); |
| 34453 | return pass(type == "{" ? statement : expression); |