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