Home
last modified time | relevance | path

Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance

/freebsd-13.1/contrib/lua/src/
H A Dlvm.h121 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c294 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function
1229 Protect(luaV_finishget(L, upval, rc, ra, slot)); in luaV_execute()
1243 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
1256 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute()
1269 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
1353 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
H A Dlapi.c625 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot); in auxgetstr()
649 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot); in lua_gettable()
672 luaV_finishget(L, t, &aux, L->top, slot); in lua_geti()