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

Function parseBlock

acorn.js:1755–1773  ·  view source on GitHub ↗

* Parse a semicolon-enclosed block of statements, handling `"use * strict"` declarations when `allowStrict` is true (used for * function bodies). * * @param {boolean=} allowStrict * @returns {!node_t}

(allowStrict)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 2

parseStatementFunction · 0.85
parseFunctionFunction · 0.85

Calls 7

startNodeFunction · 0.85
expectFunction · 0.85
eatFunction · 0.85
parseStatementFunction · 0.85
isUseStrictFunction · 0.85
setStrictFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…