MCPcopy Create free account
hub / github.com/codemix/htmling / peg$parseExpressionStatement

Function peg$parseExpressionStatement

lib/parser.js:3426–3444  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3424 }
3425
3426 function peg$parseExpressionStatement() {
3427 var s0, s1;
3428
3429 peg$silentFails++;
3430 s0 = peg$currPos;
3431 s1 = peg$parseIterateExpression();
3432 if (s1 !== peg$FAILED) {
3433 peg$reportedPos = s0;
3434 s1 = peg$c112(s1);
3435 }
3436 s0 = s1;
3437 peg$silentFails--;
3438 if (s0 === peg$FAILED) {
3439 s1 = peg$FAILED;
3440 if (peg$silentFails === 0) { peg$fail(peg$c111); }
3441 }
3442
3443 return s0;
3444 }
3445
3446 function peg$parseIdentifier() {
3447 var s0, s1, s2;

Callers 2

peg$parseEXPRESSIONFunction · 0.85

Calls 3

peg$c112Function · 0.85
peg$failFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…