Searched defs:__eq (Results 1 – 3 of 3) 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
220 local __eq = function(l, o) function