Searched refs:luaH_finishset (Results 1 – 5 of 5) sorted by relevance
/freebsd/contrib/lua/src/ |
H A D | ltable.h | 48 LUAI_FUNC void luaH_finishset (lua_State *L, Table *t, const TValue *key,
|
H A D | ltable.c | 811 void luaH_finishset (lua_State *L, Table *t, const TValue *key, in luaH_finishset() function 826 luaH_finishset(L, t, key, slot, value); in luaH_set()
|
H A D | llex.c | 143 luaH_finishset(L, ls->h, stv, o, stv); /* t[string] = string */ in luaX_newstring()
|
H A D | lcode.c | 562 luaH_finishset(L, fs->ls->h, key, idx, &val); in addk()
|
H A D | lvm.c | 344 luaH_finishset(L, h, key, slot, val); /* set new value */ in luaV_finishset()
|