MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaX_lookahead

Function luaX_lookahead

3rd/lua-5.4.3/src/llex.c:576–580  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

574
575
576int luaX_lookahead (LexState *ls) {
577 lua_assert(ls->lookahead.token == TK_EOS);
578 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
579 return ls->lookahead.token;
580}
581

Callers 1

fieldFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected