Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/AppPkg/Applications/Lua/src/
Dlvm.c189 const TValue *tm2; in get_equalTM() local
192 tm2 = fasttm(L, mt2, event); in get_equalTM()
193 if (tm2 == NULL) return NULL; /* no metamethod */ in get_equalTM()
194 if (luaV_rawequalobj(tm1, tm2)) /* same metamethods? */ in get_equalTM()