Searched refs:luaV_gettable (Results 1 – 6 of 6) sorted by relevance
| /f-stack/app/redis-5.0.5/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()
|
| /f-stack/freebsd/contrib/openzfs/module/lua/ |
| H A D | lvm.h | 34 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
|
| H A D | lvm.c | 111 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) { in luaV_gettable() function 647 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra)); in luaV_execute() 650 Protect(luaV_gettable(L, RB(i), RKC(i), ra)); in luaV_execute() 676 Protect(luaV_gettable(L, rb, RKC(i), ra)); in luaV_execute()
|
| H A D | lapi.c | 611 luaV_gettable(L, gt, L->top - 1, L->top - 1); in lua_getglobal() 620 luaV_gettable(L, t, L->top - 1, L->top - 1); in lua_gettable() 631 luaV_gettable(L, t, L->top - 1, L->top - 1); in lua_getfield()
|