Searched defs:luaV_settable (Results 1 – 2 of 2) sorted by relevance
90 #define luaV_settable(L,t,k,v) { const TValue *slot; \ macro
136 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_settable() function