Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
tryStatement
Method · 0.95
Calls
2
consume
Method · 0.95
block
Method · 0.95
Tested by
no test coverage detected