MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaX_lookahead

Function luaX_lookahead

extlibs/lua/src/llex.c:573–577  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

571
572
573int luaX_lookahead (LexState *ls) {
574 lua_assert(ls->lookahead.token == TK_EOS);
575 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
576 return ls->lookahead.token;
577}
578

Callers 2

fieldFunction · 0.85
issinglejumpFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected