MCPcopy
hub / github.com/webpack/webpack / preWalkCatchClause

Method preWalkCatchClause

lib/javascript/JavascriptParser.js:3430–3432  ·  view source on GitHub ↗

* Pre walk catch clause. * @param {CatchClause} catchClause catch clause

(catchClause)

Source from the content-addressed store, hash-verified

3428 * @param {CatchClause} catchClause catch clause
3429 */
3430 preWalkCatchClause(catchClause) {
3431 this.preWalkStatement(catchClause.body);
3432 }
3433
3434 /**
3435 * Processes the provided catch clause.

Callers 1

preWalkTryStatementMethod · 0.95

Calls 1

preWalkStatementMethod · 0.95

Tested by

no test coverage detected