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

Function peg$parseReservedWord

lib/parser.js:3667–3682  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3665 }
3666
3667 function peg$parseReservedWord() {
3668 var s0;
3669
3670 s0 = peg$parseKeyword();
3671 if (s0 === peg$FAILED) {
3672 s0 = peg$parseFutureReservedWord();
3673 if (s0 === peg$FAILED) {
3674 s0 = peg$parseNullLiteral();
3675 if (s0 === peg$FAILED) {
3676 s0 = peg$parseBooleanLiteral();
3677 }
3678 }
3679 }
3680
3681 return s0;
3682 }
3683
3684 function peg$parseKeyword() {
3685 var s0;

Callers 2

peg$parseIdentifierFunction · 0.85

Calls 4

peg$parseKeywordFunction · 0.85
peg$parseNullLiteralFunction · 0.85
peg$parseBooleanLiteralFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…