HomeSort by relevance Sort by last modified time
    Searched refs:luaV_finishget (Results 1 - 3 of 3) sorted by null

  /external/lua/src/
lvm.h 69 else luaV_finishget(L,t,k,v,slot); }
76 ** 'nil'. (This is needed by 'luaV_finishget'.) Note that, if the macro
101 LUAI_FUNC void luaV_finishget (lua_State *L, const TValue *t, TValue *key,
lvm.c 160 void luaV_finishget (lua_State *L, const TValue *t, TValue *key, StkId val,
190 /* else repeat (tail call 'luaV_finishget') */
776 else Protect(luaV_finishget(L,t,k,v,slot)); }
886 else Protect(luaV_finishget(L, rb, rc, ra, aux));
    [all...]
lapi.c 598 luaV_finishget(L, t, L->top - 1, L->top - 1, slot);
640 luaV_finishget(L, t, L->top - 1, L->top - 1, slot);

Completed in 731 milliseconds