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

Function parseExprList

acorn.js:2239–2256  ·  view source on GitHub ↗

* Parses a comma-separated list of expressions, and returns them as * an array. `close` is the token type that ends the list, and * `allowEmpty` can be turned on to allow subsequent commas with * nothing in between them to be parsed as `null` (which is needed * for array literals). *

(close, allowTrailingComma, allowEmpty)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

parseSubscriptsFunction · 0.85
parseExprAtomFunction · 0.85
parseNewFunction · 0.85

Calls 3

eatFunction · 0.85
expectFunction · 0.85
parseExpressionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…