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