(type)
| 406 | return cont(expression, continueQuasi); |
| 407 | } |
| 408 | function continueQuasi(type) { |
| 409 | if (type == "}") { |
| 410 | cx.marked = "string-2"; |
| 411 | cx.state.tokenize = tokenQuasi; |
| 412 | return cont(quasi); |
| 413 | } |
| 414 | } |
| 415 | function arrowBody(type) { |
| 416 | findFatArrow(cx.stream, cx.state); |
| 417 | if (type == "{") return pass(statement); |