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

Function peg$parseContinueToken

lib/parser.js:6455–6490  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6453 }
6454
6455 function peg$parseContinueToken() {
6456 var s0, s1, s2, s3;
6457
6458 s0 = peg$currPos;
6459 if (input.substr(peg$currPos, 8) === peg$c268) {
6460 s1 = peg$c268;
6461 peg$currPos += 8;
6462 } else {
6463 s1 = peg$FAILED;
6464 if (peg$silentFails === 0) { peg$fail(peg$c269); }
6465 }
6466 if (s1 !== peg$FAILED) {
6467 s2 = peg$currPos;
6468 peg$silentFails++;
6469 s3 = peg$parseIdentifierPart();
6470 peg$silentFails--;
6471 if (s3 === peg$FAILED) {
6472 s2 = peg$c5;
6473 } else {
6474 peg$currPos = s2;
6475 s2 = peg$c3;
6476 }
6477 if (s2 !== peg$FAILED) {
6478 s1 = [s1, s2];
6479 s0 = s1;
6480 } else {
6481 peg$currPos = s0;
6482 s0 = peg$c3;
6483 }
6484 } else {
6485 peg$currPos = s0;
6486 s0 = peg$c3;
6487 }
6488
6489 return s0;
6490 }
6491
6492 function peg$parseDebuggerToken() {
6493 var s0, s1, s2, s3;

Callers 1

peg$parseKeywordFunction · 0.85

Calls 2

peg$failFunction · 0.85
peg$parseIdentifierPartFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…