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

Function peg$parseEXS

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

Source from the content-addressed store, hash-verified

12801 }
12802
12803 function peg$parseEXS() {
12804 var s0, s1, s2, s3, s4;
12805
12806 peg$silentFails++;
12807 s0 = peg$currPos;
12808 s1 = [];
12809 s2 = peg$parsecomment();
12810 while (s2 !== peg$FAILED) {
12811 s1.push(s2);
12812 s2 = peg$parsecomment();
12813 }
12814 s2 = peg$parsenum();
12815 if (s2 !== peg$FAILED) {
12816 s3 = peg$parseE();
12817 if (s3 !== peg$FAILED) {
12818 s4 = peg$parseX();
12819 if (s4 !== peg$FAILED) {
12820 peg$savedPos = s0;
12821 s0 = peg$f167(s2);
12822 } else {
12823 peg$currPos = s0;
12824 s0 = peg$FAILED;
12825 }
12826 } else {
12827 peg$currPos = s0;
12828 s0 = peg$FAILED;
12829 }
12830 } else {
12831 peg$currPos = s0;
12832 s0 = peg$FAILED;
12833 }
12834 peg$silentFails--;
12835 if (s0 === peg$FAILED) {
12836 s1 = peg$FAILED;
12837 if (peg$silentFails === 0) { peg$fail(peg$e255); }
12838 }
12839
12840 return s0;
12841 }
12842
12843 function peg$parseLENGTH() {
12844 var s0, s1, s2, s3, s4;

Callers 1

peg$parsetermFunction · 0.85

Calls 7

peg$parsecommentFunction · 0.85
peg$parsenumFunction · 0.85
peg$parseEFunction · 0.85
peg$parseXFunction · 0.85
peg$f167Function · 0.85
peg$failFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected