(type)
| 780 | } |
| 781 | } |
| 782 | function arrowBody(type) { |
| 783 | findFatArrow(cx.stream, cx.state); |
| 784 | return pass(type == "{" ? statement : expression); |
| 785 | } |
| 786 | function arrowBodyNoComma(type) { |
| 787 | findFatArrow(cx.stream, cx.state); |
| 788 | return pass(type == "{" ? statement : expressionNoComma); |
nothing calls this directly
no test coverage detected