MCPcopy Create free account
hub / github.com/F-Stack/f-stack / call_orderTM

Function call_orderTM

freebsd/contrib/openzfs/module/lua/lvm.c:201–207  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199
200
201static int call_orderTM (lua_State *L, const TValue *p1, const TValue *p2,
202 TMS event) {
203 if (!call_binTM(L, p1, p2, L->top, event))
204 return -1; /* no metamethod */
205 else
206 return !l_isfalse(L->top);
207}
208
209
210static 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