Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance
| /freebsd-14.2/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 | 291 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function 1265 Protect(luaV_finishget(L, upval, rc, ra, slot)); in luaV_execute() 1280 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1294 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute() 1308 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1397 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()
|