MCPcopy Create free account
hub / github.com/davidkingzyb/SCAST / parseExpression

Function parseExpression

lib/filbert.js:1936–1938  ·  view source on GitHub ↗
(noComma, noIn)

Source from the content-addressed store, hash-verified

1934 // or the `in` operator (in for loops initalization expressions).
1935
1936 function parseExpression(noComma, noIn) {
1937 return parseMaybeAssign(noIn);
1938 }
1939
1940 // Used for constructs like `switch` and `if` that insist on
1941 // parentheses around their expression.

Callers 6

parseStatementFunction · 0.85
parseForFunction · 0.85
parseParenExpressionFunction · 0.85
parseSubscriptsFunction · 0.85
parseSliceFunction · 0.85
parseCompIterFunction · 0.85

Calls 1

parseMaybeAssignFunction · 0.85

Tested by

no test coverage detected