Searched refs:luaV_finishset (Results 1 – 3 of 3) sorted by relevance
/l4re-core-master/lua/lib/contrib/src/ |
A D | lvm.h | 125 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
|
A D | lvm.c | 330 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset() function 1284 Protect(luaV_finishset(L, upval, rb, rc, slot)); in luaV_execute() 1298 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute() 1311 Protect(luaV_finishset(L, s2v(ra), &key, rc, slot)); in luaV_execute() 1324 Protect(luaV_finishset(L, s2v(ra), rb, rc, slot)); in luaV_execute()
|
A D | lapi.c | 834 luaV_finishset(L, t, s2v(L->top - 1), s2v(L->top - 2), slot); in auxsetstr() 859 luaV_finishset(L, t, s2v(L->top - 2), s2v(L->top - 1), slot); in lua_settable() 883 luaV_finishset(L, t, &aux, s2v(L->top - 1), slot); in lua_seti()
|
Completed in 9 milliseconds