Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.h128 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c293 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function
1266 Protect(luaV_finishget(L, upval, rc, ra, slot)); in luaV_execute()
1281 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
1295 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute()
1309 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
1398 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
H A Dlapi.c649 luaV_finishget(L, t, s2v(L->top.p - 1), L->top.p - 1, slot); in auxgetstr()
683 luaV_finishget(L, t, s2v(L->top.p - 1), L->top.p - 1, slot); in lua_gettable()
706 luaV_finishget(L, t, &aux, L->top.p, slot); in lua_geti()