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

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 33 LUAI_FUNC void luaV_gettable (lua_State *L, const TValue *t, TValue *key,
lvm.c 110 void luaV_gettable (lua_State *L, const TValue *t, TValue *key, StkId val) {
586 Protect(luaV_gettable(L, cl->upvals[b]->v, RKC(i), ra));
589 Protect(luaV_gettable(L, RB(i), RKC(i), ra));
615 Protect(luaV_gettable(L, rb, RKC(i), ra));
lapi.c 614 luaV_gettable(L, gt, L->top - 1, L->top - 1);
623 luaV_gettable(L, t, L->top - 1, L->top - 1);
634 luaV_gettable(L, t, L->top - 1, L->top - 1);

Completed in 42 milliseconds