MCPcopy Create free account
hub / github.com/Moddable-OpenSource/moddable / fxLookAheadOnce

Function fxLookAheadOnce

xs/sources/xsLexical.c:850–857  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

848}
849
850void fxLookAheadOnce(txParser* parser)
851{
852 if (parser->ahead == 0) {
853 fxGetNextTokenAux(parser);
854 parser->states[1] = parser->states[2];
855 parser->ahead = 1;
856 }
857}
858
859void fxLookAheadTwice(txParser* parser)
860{

Callers 6

fxModuleFunction · 0.85
fxExportDeclarationFunction · 0.85
fxStatementFunction · 0.85
fxForStatementFunction · 0.85
fxPropertyNameFunction · 0.85
fxObjectBindingFunction · 0.85

Calls 1

fxGetNextTokenAuxFunction · 0.85

Tested by

no test coverage detected