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

Function luaX_lookahead

third-party/lua-5.3.5/src/llex.c:560–564  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

558
559
560int luaX_lookahead (LexState *ls) {
561 lua_assert(ls->lookahead.token == TK_EOS);
562 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
563 return ls->lookahead.token;
564}
565

Callers 1

fieldFunction · 0.70

Calls 1

llexFunction · 0.70

Tested by

no test coverage detected