Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance
| /freebsd/contrib/lua/src/ |
| H A D | lvm.h | 128 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
|
| H A D | lvm.c | 293 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 D | lapi.c | 649 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()
|