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

Function luaX_lookahead

third-party/lua-5.2.4/src/llex.c:525–529  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

fieldFunction · 0.70

Calls 1

llexFunction · 0.70

Tested by

no test coverage detected