MCPcopy Create free account
hub / github.com/chearon/dropflow / peg$parseZ

Function peg$parseZ

src/parse-css.js:12562–12677  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12560 }
12561
12562 function peg$parseZ() {
12563 var s0, s1, s2, s3, s4, s5, s6, s7;
12564
12565 if (input.substr(peg$currPos, 1).toLowerCase() === peg$c208) {
12566 s0 = input.charAt(peg$currPos);
12567 peg$currPos++;
12568 } else {
12569 s0 = peg$FAILED;
12570 if (peg$silentFails === 0) { peg$fail(peg$e248); }
12571 }
12572 if (s0 === peg$FAILED) {
12573 s0 = peg$currPos;
12574 if (input.charCodeAt(peg$currPos) === 92) {
12575 s1 = peg$c165;
12576 peg$currPos++;
12577 } else {
12578 s1 = peg$FAILED;
12579 if (peg$silentFails === 0) { peg$fail(peg$e176); }
12580 }
12581 if (s1 !== peg$FAILED) {
12582 if (input.charCodeAt(peg$currPos) === 48) {
12583 s2 = peg$c177;
12584 peg$currPos++;
12585 } else {
12586 s2 = peg$FAILED;
12587 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12588 }
12589 if (s2 === peg$FAILED) {
12590 s2 = null;
12591 }
12592 if (input.charCodeAt(peg$currPos) === 48) {
12593 s3 = peg$c177;
12594 peg$currPos++;
12595 } else {
12596 s3 = peg$FAILED;
12597 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12598 }
12599 if (s3 === peg$FAILED) {
12600 s3 = null;
12601 }
12602 if (input.charCodeAt(peg$currPos) === 48) {
12603 s4 = peg$c177;
12604 peg$currPos++;
12605 } else {
12606 s4 = peg$FAILED;
12607 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12608 }
12609 if (s4 === peg$FAILED) {
12610 s4 = null;
12611 }
12612 if (input.charCodeAt(peg$currPos) === 48) {
12613 s5 = peg$c177;
12614 peg$currPos++;
12615 } else {
12616 s5 = peg$FAILED;
12617 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12618 }
12619 if (s5 === peg$FAILED) {

Callers 1

peg$parseFREQFunction · 0.85

Calls 2

peg$failFunction · 0.85
peg$f163Function · 0.85

Tested by

no test coverage detected