Searched refs:luaV_finishset (Results 1 – 3 of 3) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A D | lvm.h | 123 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
|
| H A D | lvm.c | 337 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset() function 1282 Protect(luaV_finishset(L, upval, rb, rc, slot)); in luaV_execute() 1296 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute() 1309 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot)); in luaV_execute() 1322 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute()
|
| H A D | lapi.c | 806 luaV_finishset(L, t, s2v(L->top - 1), s2v(L->top - 2), slot); in auxsetstr() 831 luaV_finishset(L, t, s2v(L->top - 2), s2v(L->top - 1), slot); in lua_settable() 855 luaV_finishset(L, t, &aux, s2v(L->top - 1), slot); in lua_seti()
|