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

/barrelfish-master/lib/lua/src/
H A Dlvm.c186 static const TValue *get_equalTM (lua_State *L, Table *mt1, Table *mt2, argument
188 const TValue *tm1 = fasttm(L, mt1, event);
191 if (mt1 == mt2) return tm1; /* same metatables => same metamethods */

Completed in 31 milliseconds