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

Function parseExprAtom

acorn.js:2019–2077  ·  view source on GitHub ↗

* Parse an atomic expression — either a single token that is an expression, * an expression started by a keyword like `function` or `new`, * or an expression wrapped in punctuation like `()`, `[]`, or `{}`. * * @returns {!node_t} * @suppress {missingReturn}

()

Source from the content-addressed store, hash-verified

source not stored for this graph (policy: none)

Callers 3

parseExprSubscriptsFunction · 0.85
parseNewFunction · 0.85
parsePropertyNameFunction · 0.85

Calls 11

startNodeFunction · 0.85
nextFunction · 0.85
finishNodeFunction · 0.85
parseIdentFunction · 0.85
parseExpressionFunction · 0.85
expectFunction · 0.85
parseExprListFunction · 0.85
parseObjFunction · 0.85
parseFunctionFunction · 0.85
parseNewFunction · 0.85
unexpectedFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…