Lines Matching refs:obj_at
47 #define obj_at(L,k) s2v(L->ci->func.p + (k)) macro
734 p = getproto(obj_at(L, 1)); in listcode()
753 p = getproto(obj_at(L, 1)); in printcode()
769 p = getproto(obj_at(L, 1)); in listk()
784 p = getproto(obj_at(L, 1)); in listabslineinfo()
804 p = getproto(obj_at(L, 1)); in listlocals()
882 if (ttisnil(obj_at(L, 1))) in settrick()
885 l_Trick = gcvalue(obj_at(L, 1)); in settrick()
893 o = obj_at(L, 1); in gc_color()
909 o = obj_at(L, 1); in gc_age()
925 o = obj_at(L, 1); in gc_printobj()
968 lua_pushinteger(L, tsvalue(obj_at(L, 1))->hash); in hash_query()
971 TValue *o = obj_at(L, 1); in hash_query()
974 t = hvalue(obj_at(L, 2)); in hash_query()
997 t = hvalue(obj_at(L, 1)); in table_query()