Home
last modified time | relevance | path

Searched refs:__eq (Results 1 – 2 of 2) sorted by relevance

/f-stack/freebsd/contrib/openzfs/tests/zfs-tests/tests/functional/channel_program/lua_core/
H A Dtst.lib_base.lua250 t.__eq = function (a,b) function
308 t1.__eq = function () return true end function
313 t2.__eq = t1.__eq
H A Dtst.lib_coroutine.lua288 __eq = function(a,b) coroutine.yield(nil, "eq"); return a.x == b.x end, function