MCPcopy Index your code
hub / github.com/pegjs/pegjs / peg$parseFutureReservedWord

Function peg$parseFutureReservedWord

lib/parser.js:2122–2146  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

2120 }
2121
2122 function peg$parseFutureReservedWord() {
2123 var s0;
2124
2125 s0 = peg$parseClassToken();
2126 if (s0 === peg$FAILED) {
2127 s0 = peg$parseConstToken();
2128 if (s0 === peg$FAILED) {
2129 s0 = peg$parseEnumToken();
2130 if (s0 === peg$FAILED) {
2131 s0 = peg$parseExportToken();
2132 if (s0 === peg$FAILED) {
2133 s0 = peg$parseExtendsToken();
2134 if (s0 === peg$FAILED) {
2135 s0 = peg$parseImportToken();
2136 if (s0 === peg$FAILED) {
2137 s0 = peg$parseSuperToken();
2138 }
2139 }
2140 }
2141 }
2142 }
2143 }
2144
2145 return s0;
2146 }
2147
2148 function peg$parseBooleanLiteral() {
2149 var s0;

Callers 1

peg$parseReservedWordFunction · 0.85

Calls 7

peg$parseClassTokenFunction · 0.85
peg$parseConstTokenFunction · 0.85
peg$parseEnumTokenFunction · 0.85
peg$parseExportTokenFunction · 0.85
peg$parseExtendsTokenFunction · 0.85
peg$parseImportTokenFunction · 0.85
peg$parseSuperTokenFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…