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

/barrelfish-master/lib/lua/src/
H A Dlvm.h35 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c136 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { function
593 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
601 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
H A Dlapi.c741 luaV_settable(L, gt, L->top - 1, L->top - 2);
752 luaV_settable(L, t, L->top - 2, L->top - 1);
764 luaV_settable(L, t, L->top - 1, L->top - 2);

Completed in 35 milliseconds