MCPcopy Create free account
hub / github.com/NeilFraser/JS-Interpreter / parseFor

Function parseFor

acorn.js:1783–1793  ·  view source on GitHub ↗

* Parse a regular `for` loop. The disambiguation code in `parseStatement` * will already have parsed the init statement or expression. * * @param {!node_t} node * @param {node_t} init * @returns {!node_t}

(node, init)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 1

parseStatementFunction · 0.85

Calls 4

expectFunction · 0.85
parseExpressionFunction · 0.85
parseStatementFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…