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.5.0/src/llex.c:599–603 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
597
598
599
int 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
field
Function · 0.70
statement
Function · 0.70
Calls
1
llex
Function · 0.70
Tested by
no test coverage detected