Searched defs:__eq (Results 1 – 2 of 2) sorted by relevance
250 t.__eq = function (a,b) function308 t1.__eq = function () return true end function
288 __eq = function(a,b) coroutine.yield(nil, "eq"); return a.x == b.x end, function