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

Function peg$parseReservedWord

lib/parser.js:2022–2037  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2020 }
2021
2022 function peg$parseReservedWord() {
2023 var s0;
2024
2025 s0 = peg$parseKeyword();
2026 if (s0 === peg$FAILED) {
2027 s0 = peg$parseFutureReservedWord();
2028 if (s0 === peg$FAILED) {
2029 s0 = peg$parseNullToken();
2030 if (s0 === peg$FAILED) {
2031 s0 = peg$parseBooleanLiteral();
2032 }
2033 }
2034 }
2035
2036 return s0;
2037 }
2038
2039 function peg$parseKeyword() {
2040 var s0;

Callers 1

peg$parseIdentifierFunction · 0.85

Calls 4

peg$parseKeywordFunction · 0.85
peg$parseNullTokenFunction · 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…