()
| 1060 | } |
| 1061 | |
| 1062 | public BlockStatement functionBody() { |
| 1063 | List<Statement> statements = sourceElements(); |
| 1064 | return factory.block(statements); |
| 1065 | } |
| 1066 | |
| 1067 | public List<Parameter> formalParameters() { |
| 1068 | consume(LEFT_PAREN); |
no test coverage detected