luaH_getint
gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
setobj2s(L, L->top, luaH_getint(hvalue(t), n));
gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
const TValue *gt = luaH_getint(reg, LUA_RIDX_GLOBALS);
return luaH_getint(t, k); /* use specialized version */
const TValue *p = luaH_getint(t, key);
while (!ttisnil(luaH_getint(t, j))) {
while (!ttisnil(luaH_getint(t, i))) i++;
if (ttisnil(luaH_getint(t, m))) j = m;
LUAI_FUNC const TValue *luaH_getint (Table *t, int key);