Searched refs:luaH_get (Results 1 – 4 of 4) sorted by relevance
25 LUAI_FUNC const TValue *luaH_get (Table *t, const TValue *key);
469 const TValue *luaH_get (Table *t, const TValue *key) { in luaH_get() function495 const TValue *p = luaH_get(t, key); in luaH_set()
114 const TValue *res = luaH_get(h, key); /* do a primitive get */ in luaV_gettable()
562 setobj2s(L, L->top - 1, luaH_get(hvalue(t), L->top - 1)); in lua_rawget()