Searched refs:tm2 (Results 1 – 1 of 1) sorted by relevance
189 const TValue *tm2; in get_equalTM() local192 tm2 = fasttm(L, mt2, event); in get_equalTM()193 if (tm2 == NULL) return NULL; /* no metamethod */ in get_equalTM()194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()