Home
last modified time | relevance | path

Searched refs:luaV_settable (Results 1 – 3 of 3) sorted by relevance

/minix3/external/mit/lua/dist/src/
H A Dlvm.h64 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
H A Dlapi.c739 luaV_settable(L, gt, L->top - 1, L->top - 2); in lua_setglobal()
750 luaV_settable(L, t, L->top - 2, L->top - 1); in lua_settable()
763 luaV_settable(L, t, L->top - 1, L->top - 2); in lua_setfield()
776 luaV_settable(L, t, L->top - 1, L->top - 2); in lua_seti()
H A Dlvm.c201 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { function
844 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
854 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));