Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lvm.h | 69 else luaV_finishget(L,t,k,v,slot); } 101 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
|
D | lvm.c | 160 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function 776 else Protect(luaV_finishget(L,t,k,v,slot)); } 886 else Protect(luaV_finishget(L, rb, rc, ra, aux)); in luaV_execute()
|
D | lapi.c | 598 luaV_finishget(L, t, L->top - 1, L->top - 1, slot); in auxgetstr() 640 luaV_finishget(L, t, L->top - 1, L->top - 1, slot); in lua_geti()
|