Searched refs:fvalue (Results 1 – 5 of 5) sorted by relevance
161 #define fvalue(o) check_exp(ttislcf(o), val_(o).f) macro
116 return hashpointer(t, fvalue(key)); in mainposition()
269 case LUA_TLCF: return fvalue(t1) == fvalue(t2); in luaV_equalobj_()
417 if (ttislcf(o)) return fvalue(o); in lua_tocfunction()446 case LUA_TLCF: return cast(void *, cast(size_t, fvalue(o))); in lua_topointer()
373 f = fvalue(func); in luaD_precall()