* Pre walk block statement. * @param {BlockStatement} statement block statement
(statement)
| 2382 | * @param {BlockStatement} statement block statement |
| 2383 | */ |
| 2384 | preWalkBlockStatement(statement) { |
| 2385 | this.preWalkStatements(statement.body); |
| 2386 | } |
| 2387 | |
| 2388 | /** |
| 2389 | * Walk block statement. |
no test coverage detected