MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / call_orderTM

Function call_orderTM

third-party/lua-5.2.4/src/lvm.c:200–206  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

198
199
200static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2,
201 TMS event) {
202 if (!call_binTM(L, p1, p2, L->top, event))
203 return -1; /* no metamethod */
204 else
205 return !l_isfalse(L->top);
206}
207
208
209static int l_strcmp (const TString *ls, const TString *rs) {

Callers 2

luaV_lessthanFunction · 0.70
luaV_lessequalFunction · 0.70

Calls 1

call_binTMFunction · 0.70

Tested by

no test coverage detected