Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlvm.h31 LUAI_FUNC void luaV_settable (lua_State *L, const TValue *t, TValue *key,
H A Dlvm.c134 void luaV_settable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_settable() function
448 Protect(luaV_settable(L, &g, KBx(i), ra)); in luaV_execute()
458 Protect(luaV_settable(L, ra, RKB(i), RKC(i))); in luaV_execute()
H A Dlapi.c651 luaV_settable(L, t, L->top - 2, L->top - 1); in lua_settable()
665 luaV_settable(L, t, &key, L->top - 1); in lua_setfield()