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

Function parseExpression

acorn.js:1848–1857  ·  view source on GitHub ↗

* Parse a full expression. The arguments are used to forbid comma * sequences (in argument lists, array literals, or object literals) * or the `in` operator (in for loops initalization expressions). * * @param {boolean=} noComma * @param {boolean=} noIn * @returns {!node_t}

(noComma, noIn)

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 10

parseStatementFunction · 0.85
parseParenExpressionFunction · 0.85
parseForFunction · 0.85
parseForInFunction · 0.85
parseVarFunction · 0.85
parseMaybeConditionalFunction · 0.85
parseSubscriptsFunction · 0.85
parseExprAtomFunction · 0.85
parseObjFunction · 0.85
parseExprListFunction · 0.85

Calls 4

parseMaybeAssignFunction · 0.85
startNodeFromFunction · 0.85
eatFunction · 0.85
finishNodeFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…