MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaX_lookahead

Function luaX_lookahead

third-party/lua-5.5.0/src/llex.c:599–603  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

597
598
599int luaX_lookahead (LexState *ls) {
600 lua_assert(ls->lookahead.token == TK_EOS);
601 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
602 return ls->lookahead.token;
603}
604

Callers 2

fieldFunction · 0.70
statementFunction · 0.70

Calls 1

llexFunction · 0.70

Tested by

no test coverage detected