Searched refs:luaV_finishget (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | lvm.h | 121 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
|
D | lvm.c | 287 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val, in luaV_finishget() function 1223 Protect(luaV_finishget(L, upval, rc, ra, slot)); in luaV_execute() 1237 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1250 Protect(luaV_finishget(L, rb, &key, ra, slot)); in luaV_execute() 1263 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute() 1347 Protect(luaV_finishget(L, rb, rc, ra, slot)); in luaV_execute()
|
D | lapi.c | 625 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot); in auxgetstr() 649 luaV_finishget(L, t, s2v(L->top - 1), L->top - 1, slot); in lua_gettable() 672 luaV_finishget(L, t, &aux, L->top, slot); in lua_geti()
|