Searched refs:mt2 (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 181 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_compTM() 182 tm2 = fasttm(L, mt2, event); 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 192 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */ in get_equalTM() 193 tm2 = fasttm(L, mt2, event); in get_equalTM()
|