MCPcopy Create free account
hub / github.com/microsoft/SandDance / parseExpression

Function parseExpression

docs/tests/v2/es6/js/sanddance.js:129326–129334  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129324
129325
129326function parseExpression() {
129327 var expr = parseConditionalExpression();
129328
129329 if (match(',')) {
129330 throw new Error(DISABLED); // no sequence expressions
129331 }
129332
129333 return expr;
129334}
129335
129336function _default(code) {
129337 source = code;

Callers 3

parseGroupExpressionFunction · 0.70
parseComputedMemberFunction · 0.70
_defaultFunction · 0.70

Calls 2

matchFunction · 0.70

Tested by

no test coverage detected