Searched refs:luaV_gettable (Results 1 – 3 of 3) sorted by relevance
| /redis-3.2.3/deps/lua/src/ |
| H A D | lvm.h | 29 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
|
| H A D | lvm.c | 108 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_gettable() function 437 Protect(luaV_gettable(L, &g, rb, ra)); in luaV_execute() 441 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute() 471 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
|
| H A D | lapi.c | 539 luaV_gettable(L, t, L->top - 1, L->top - 1); in lua_gettable() 551 luaV_gettable(L, t, &key, L->top); in lua_getfield()
|