Home
last modified time | relevance | path

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

/freebsd-12.1/contrib/lua/src/
H A Dlvm.h69 else luaV_finishget(L,t,k,v,slot); }
101 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c160 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function
776 else Protect(luaV_finishget(L,t,k,v,slot)); }
886 else Protect(luaV_finishget(L, rb, rc, ra, aux)); in luaV_execute()
H A Dlapi.c598 luaV_finishget(L, t, L->top - 1, L->top - 1, slot); in auxgetstr()
640 luaV_finishget(L, t, L->top - 1, L->top - 1, slot); in lua_geti()