MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaX_lookahead

Function luaX_lookahead

freebsd/contrib/openzfs/module/lua/llex.c:526–530  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

524
525
526int luaX_lookahead (LexState *ls) {
527 lua_assert(ls->lookahead.token == TK_EOS);
528 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
529 return ls->lookahead.token;
530}
531/* END CSTYLED */

Callers 1

fieldFunction · 0.70

Calls 1

llexFunction · 0.70

Tested by

no test coverage detected