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

Function peg$parseS_

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

Source from the content-addressed store, hash-verified

12092 }
12093
12094 function peg$parseS_() {
12095 var s0, s1, s2, s3, s4, s5, s6, s7;
12096
12097 if (input.substr(peg$currPos, 1).toLowerCase() === peg$c200) {
12098 s0 = input.charAt(peg$currPos);
12099 peg$currPos++;
12100 } else {
12101 s0 = peg$FAILED;
12102 if (peg$silentFails === 0) { peg$fail(peg$e236); }
12103 }
12104 if (s0 === peg$FAILED) {
12105 s0 = peg$currPos;
12106 if (input.charCodeAt(peg$currPos) === 92) {
12107 s1 = peg$c165;
12108 peg$currPos++;
12109 } else {
12110 s1 = peg$FAILED;
12111 if (peg$silentFails === 0) { peg$fail(peg$e176); }
12112 }
12113 if (s1 !== peg$FAILED) {
12114 if (input.charCodeAt(peg$currPos) === 48) {
12115 s2 = peg$c177;
12116 peg$currPos++;
12117 } else {
12118 s2 = peg$FAILED;
12119 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12120 }
12121 if (s2 === peg$FAILED) {
12122 s2 = null;
12123 }
12124 if (input.charCodeAt(peg$currPos) === 48) {
12125 s3 = peg$c177;
12126 peg$currPos++;
12127 } else {
12128 s3 = peg$FAILED;
12129 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12130 }
12131 if (s3 === peg$FAILED) {
12132 s3 = null;
12133 }
12134 if (input.charCodeAt(peg$currPos) === 48) {
12135 s4 = peg$c177;
12136 peg$currPos++;
12137 } else {
12138 s4 = peg$FAILED;
12139 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12140 }
12141 if (s4 === peg$FAILED) {
12142 s4 = null;
12143 }
12144 if (input.charCodeAt(peg$currPos) === 48) {
12145 s5 = peg$c177;
12146 peg$currPos++;
12147 } else {
12148 s5 = peg$FAILED;
12149 if (peg$silentFails === 0) { peg$fail(peg$e198); }
12150 }
12151 if (s5 === peg$FAILED) {

Callers 1

peg$parseTIMEFunction · 0.85

Calls 2

peg$failFunction · 0.85
peg$f159Function · 0.85

Tested by

no test coverage detected