Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
525
int 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
field
Function · 0.70
Calls
1
llex
Function · 0.70
Tested by
no test coverage detected