MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaX_lookahead

Function luaX_lookahead

lua/llex.c:473–476  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

471
472
473void luaX_lookahead (LexState *ls) {
474 lua_assert(ls->lookahead.token == TK_EOS);
475 ls->lookahead.token = llex(ls, &ls->lookahead.seminfo);
476}

Callers 1

constructorFunction · 0.85

Calls 1

llexFunction · 0.85

Tested by

no test coverage detected