Home
last modified time | relevance | path

Searched refs:TM_EQ (Results 1 – 7 of 7) sorted by relevance

/f-stack/app/redis-5.0.5/deps/lua/src/
H A Dltm.h23 TM_EQ, /* last tag method with `fast' access */ enumerator
H A Dltm.c52 lua_assert(event <= TM_EQ); in luaT_gettm()
H A Dlvm.c266 TM_EQ); in luaV_equalval()
271 tm = get_compTM(L, hvalue(t1)->metatable, hvalue(t2)->metatable, TM_EQ); in luaV_equalval()
/f-stack/freebsd/contrib/openzfs/module/lua/
H A Dltm.h25 TM_EQ, /* last tag method with `fast' access */ enumerator
H A Dltm.c53 lua_assert(event <= TM_EQ); in luaT_gettm()
H A Dldebug.c478 case OP_EQ: tm = TM_EQ; break; in getfuncname()
H A Dlvm.c275 tm = get_equalTM(L, uvalue(t1)->metatable, uvalue(t2)->metatable, TM_EQ); in luaV_equalobj_()
281 tm = get_equalTM(L, hvalue(t1)->metatable, hvalue(t2)->metatable, TM_EQ); in luaV_equalobj_()