Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance
/netbsd-src/external/mit/lua/dist/src/ |
H A D | lvm.h | 134 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
|
H A D | lvm.c | 312 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, function 1347 Protect(luaV_finishget(L, upval, rc, ra, slot)); 1362 Protect(luaV_finishget(L, rb, rc, ra, slot)); 1376 Protect(luaV_finishget(L, rb, &key, ra, slot)); 1390 Protect(luaV_finishget(L, rb, rc, ra, slot)); 1479 Protect(luaV_finishget(L, rb, rc, ra, slot));
|
H A D | lapi.c | 659 luaV_finishget(L, t, s2v(L->top.p - 1), L->top.p - 1, slot); in auxgetstr() 693 luaV_finishget(L, t, s2v(L->top.p - 1), L->top.p - 1, slot); in lua_gettable() 716 luaV_finishget(L, t, &aux, L->top.p, slot); in lua_geti()
|