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

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h123 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c337 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, function
372 /* else 'return luaV_finishset(L, t, key, val, slot)' (loop) */
1282 Protect(luaV_finishset(L, upval, rb, rc, slot));
1296 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot));
1309 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot));
1322 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot));
H A Dlapi.c806 luaV_finishset(L, t, s2v(L->top - 1), s2v(L->top - 2), slot);
831 luaV_finishset(L, t, s2v(L->top - 2), s2v(L->top - 1), slot);
855 luaV_finishset(L, t, &aux, s2v(L->top - 1), slot);

Completed in 68 milliseconds