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

Function peg$parseFutureReservedWord

lib/parser.js:3767–3791  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

3765 }
3766
3767 function peg$parseFutureReservedWord() {
3768 var s0;
3769
3770 s0 = peg$parseClassToken();
3771 if (s0 === peg$FAILED) {
3772 s0 = peg$parseConstToken();
3773 if (s0 === peg$FAILED) {
3774 s0 = peg$parseEnumToken();
3775 if (s0 === peg$FAILED) {
3776 s0 = peg$parseExportToken();
3777 if (s0 === peg$FAILED) {
3778 s0 = peg$parseExtendsToken();
3779 if (s0 === peg$FAILED) {
3780 s0 = peg$parseImportToken();
3781 if (s0 === peg$FAILED) {
3782 s0 = peg$parseSuperToken();
3783 }
3784 }
3785 }
3786 }
3787 }
3788 }
3789
3790 return s0;
3791 }
3792
3793 function peg$parseNullLiteral() {
3794 var s0, s1;

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…