Home
last modified time | relevance | path

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

/freebsd/contrib/lua/src/
H A Dlvm.h130 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c334 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset() function
1321 Protect(luaV_finishset(L, upval, rb, rc, slot)); in luaV_execute()
1336 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute()
1350 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot)); in luaV_execute()
1364 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute()
H A Dlapi.c840 luaV_finishset(L, t, s2v(L->top.p - 1), s2v(L->top.p - 2), slot); in auxsetstr()
865 luaV_finishset(L, t, s2v(L->top.p - 2), s2v(L->top.p - 1), slot); in lua_settable()
889 luaV_finishset(L, t, &aux, s2v(L->top.p - 1), slot); in lua_seti()