Home
last modified time | relevance | path

Searched refs:mt1 (Results 1 – 2 of 2) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dlvm.c176 static const TValue *get_compTM (lua_State *L, Table *mt1, Table *mt2, in get_compTM() argument
178 const TValue *tm1 = fasttm(L, mt1, event); in get_compTM()
181 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_compTM()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dlvm.c187 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, in get_equalTM() argument
189 const TValue *tm1 = fasttm(L, mt1, event); in get_equalTM()
192 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_equalTM()