Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dlvm.h134 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c312 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 Dlapi.c659 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()