MCPcopy
hub / github.com/jquery/esprima / parseFinallyClause

Method parseFinallyClause

src/parser.ts:2600–2603  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2598 }
2599
2600 parseFinallyClause(): Node.BlockStatement {
2601 this.expectKeyword('finally');
2602 return this.parseBlock();
2603 }
2604
2605 parseTryStatement(): Node.TryStatement {
2606 const node = this.createNode();

Callers 1

parseTryStatementMethod · 0.95

Calls 2

expectKeywordMethod · 0.95
parseBlockMethod · 0.95

Tested by

no test coverage detected