Searched refs:mt1 (Results 1 – 2 of 2) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | lvm.c | 176 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 D | lvm.c | 187 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()
|