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

Function peg$parseFREQ

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

Source from the content-addressed store, hash-verified

13263 }
13264
13265 function peg$parseFREQ() {
13266 var s0, s1, s2, s3, s4, s5;
13267
13268 peg$silentFails++;
13269 s0 = peg$currPos;
13270 s1 = [];
13271 s2 = peg$parsecomment();
13272 while (s2 !== peg$FAILED) {
13273 s1.push(s2);
13274 s2 = peg$parsecomment();
13275 }
13276 s2 = peg$parsenum();
13277 if (s2 !== peg$FAILED) {
13278 s3 = peg$parseH();
13279 if (s3 !== peg$FAILED) {
13280 s4 = peg$parseZ();
13281 if (s4 !== peg$FAILED) {
13282 peg$savedPos = s0;
13283 s0 = peg$f181(s2);
13284 } else {
13285 peg$currPos = s0;
13286 s0 = peg$FAILED;
13287 }
13288 } else {
13289 peg$currPos = s0;
13290 s0 = peg$FAILED;
13291 }
13292 } else {
13293 peg$currPos = s0;
13294 s0 = peg$FAILED;
13295 }
13296 if (s0 === peg$FAILED) {
13297 s0 = peg$currPos;
13298 s1 = [];
13299 s2 = peg$parsecomment();
13300 while (s2 !== peg$FAILED) {
13301 s1.push(s2);
13302 s2 = peg$parsecomment();
13303 }
13304 s2 = peg$parsenum();
13305 if (s2 !== peg$FAILED) {
13306 s3 = peg$parseK();
13307 if (s3 !== peg$FAILED) {
13308 s4 = peg$parseH();
13309 if (s4 !== peg$FAILED) {
13310 s5 = peg$parseZ();
13311 if (s5 !== peg$FAILED) {
13312 peg$savedPos = s0;
13313 s0 = peg$f182(s2);
13314 } else {
13315 peg$currPos = s0;
13316 s0 = peg$FAILED;
13317 }
13318 } else {
13319 peg$currPos = s0;
13320 s0 = peg$FAILED;
13321 }
13322 } else {

Callers 1

peg$parsetermFunction · 0.85

Calls 9

peg$parsecommentFunction · 0.85
peg$parsenumFunction · 0.85
peg$parseHFunction · 0.85
peg$parseZFunction · 0.85
peg$f181Function · 0.85
peg$parseKFunction · 0.85
peg$f182Function · 0.85
peg$failFunction · 0.85
pushMethod · 0.80

Tested by

no test coverage detected