(type)
| 447 | } |
| 448 | } |
| 449 | function arrowBody(type) { |
| 450 | findFatArrow(cx.stream, cx.state); |
| 451 | return pass(type == "{" ? statement : expression); |
| 452 | } |
| 453 | function arrowBodyNoComma(type) { |
| 454 | findFatArrow(cx.stream, cx.state); |
| 455 | return pass(type == "{" ? statement : expressionNoComma); |
nothing calls this directly
no test coverage detected