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

/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlvm.h36 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c137 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { function
654 Protect(luaV_settable(L, cl->upvals[a]->v, RKB(i), RKC(i)));
662 Protect(luaV_settable(L, ra, RKB(i), RKC(i)));
H A Dlapi.c738 luaV_settable(L, gt, L->top - 1, L->top - 2);
749 luaV_settable(L, t, L->top - 2, L->top - 1);
761 luaV_settable(L, t, L->top - 1, L->top - 2);

Completed in 92 milliseconds