(type)
| 489 | } |
| 490 | } |
| 491 | function arrowBody(type) { |
| 492 | findFatArrow(cx.stream, cx.state); |
| 493 | return pass(type == "{" ? statement : expression); |
| 494 | } |
| 495 | function arrowBodyNoComma(type) { |
| 496 | findFatArrow(cx.stream, cx.state); |
| 497 | return pass(type == "{" ? statement : expressionNoComma); |
nothing calls this directly
no test coverage detected