Searched refs:luaV_finishset (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lvm.h | 92 luaV_finishset(L,t,k,v,slot); } 103 LUAI_FUNC void luaV_finishset (lua_State *L, const TValue *t, TValue *key,
|
D | lapi.c | 752 luaV_finishset(L, t, L->top - 1, L->top - 2, slot); in auxsetstr() 794 luaV_finishset(L, t, L->top - 1, L->top - 2, slot); in lua_seti()
|
D | lvm.c | 203 void luaV_finishset (lua_State *L, const TValue *t, TValue *key, in luaV_finishset() function 782 Protect(luaV_finishset(L,t,k,v,slot)); }
|