MCPcopy Create free account
hub / github.com/dynjs/dynjs / functionBody

Method functionBody

src/main/java/org/dynjs/parser/js/Parser.java:1062–1065  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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);

Callers 5

propertySetMethod · 0.95
propertyGetMethod · 0.95
functionExpressionMethod · 0.95
functionDeclarationMethod · 0.95
functionDescriptorMethod · 0.95

Calls 2

sourceElementsMethod · 0.95
blockMethod · 0.45

Tested by

no test coverage detected