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