MCPcopy
hub / github.com/webpack/webpack / preWalkWithStatement

Method preWalkWithStatement

lib/javascript/JavascriptParser.js:2505–2507  ·  view source on GitHub ↗

* Pre walk with statement. * @param {WithStatement} statement with statement

(statement)

Source from the content-addressed store, hash-verified

2503 * @param {WithStatement} statement with statement
2504 */
2505 preWalkWithStatement(statement) {
2506 this.preWalkStatement(statement.body);
2507 }
2508
2509 /**
2510 * Walk with statement.

Callers 1

preWalkStatementMethod · 0.95

Calls 1

preWalkStatementMethod · 0.95

Tested by

no test coverage detected