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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h121 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c294 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, function
324 /* else repeat (tail call 'luaV_finishget') */
1229 Protect(luaV_finishget(L, upval, rc, ra, slot));
1243 Protect(luaV_finishget(L, rb, rc, ra, slot));
1256 Protect(luaV_finishget(L, rb, &key, ra, slot));
1269 Protect(luaV_finishget(L, rb, rc, ra, slot));
1353 Protect(luaV_finishget(L, rb, rc, ra, slot));
H A Dlapi.c625 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot);
649 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot);
672 luaV_finishget(L, t, &aux, L->top, slot);

Completed in 70 milliseconds