Searched refs:luaT_callorderTM (Results 1 – 3 of 3) sorted by relevance
/external/lua/src/ |
D | ltm.h | 71 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
|
D | ltm.c | 158 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM() function
|
D | lvm.c | 370 else if ((res = luaT_callorderTM(L, l, r, TM_LT)) < 0) /* no metamethod? */ in luaV_lessthan() 390 else if ((res = luaT_callorderTM(L, l, r, TM_LE)) >= 0) /* try 'le' */ in luaV_lessequal() 394 res = luaT_callorderTM(L, r, l, TM_LT); in luaV_lessequal()
|