Home
last modified time | relevance | path

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

/netbsd/external/mit/lua/dist/src/
H A Dlvm.h136 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c355 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, function
1403 Protect(luaV_finishset(L, upval, rb, rc, slot));
1418 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot));
1432 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot));
1446 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot));
H A Dlapi.c850 luaV_finishset(L, t, s2v(L->top.p - 1), s2v(L->top.p - 2), slot); in auxsetstr()
875 luaV_finishset(L, t, s2v(L->top.p - 2), s2v(L->top.p - 1), slot); in lua_settable()
899 luaV_finishset(L, t, &aux, s2v(L->top.p - 1), slot); in lua_seti()