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

Method finallyClause

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

Source from the content-addressed store, hash-verified

1560 }
1561
1562 protected BlockStatement finallyClause() {
1563 consume(FINALLY);
1564 return block();
1565 }
1566
1567 public Statement labelledStatement() {
1568 String label = consume(IDENTIFIER).getText();

Callers 1

tryStatementMethod · 0.95

Calls 2

consumeMethod · 0.95
blockMethod · 0.95

Tested by

no test coverage detected