Home
last modified time | relevance | path

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

/redis-3.2.3/deps/lua/src/
H A Dlvm.h22 (ttype(o1) == ttype(o2) && luaV_equalval(L, o1, o2))
26 LUAI_FUNC int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2);
H A Dlvm.c255 int luaV_equalval (lua_State *L, const TValue *t1, const TValue *t2) { in luaV_equalval() function