Home
last modified time | relevance | path

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

/external/lua/src/
Dltm.h71 LUAI_FUNC int luaT_callorderTM (lua_State *L, const TValue *p1,
Dltm.c158 int luaT_callorderTM (lua_State *L, const TValue *p1, const TValue *p2, in luaT_callorderTM() function
Dlvm.c370 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()