MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaT_callorderTM

Function luaT_callorderTM

ThirdParty/lua/lua/ltm.c:136–142  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

134
135
136int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2,
137 TMS event) {
138 if (!luaT_callbinTM(L, p1, p2, L->top, event))
139 return -1; /* no metamethod */
140 else
141 return !l_isfalse(L->top);
142}
143

Callers 2

luaV_lessthanFunction · 0.85
luaV_lessequalFunction · 0.85

Calls 1

luaT_callbinTMFunction · 0.85

Tested by

no test coverage detected