Home
last modified time | relevance | path

Searched refs:luaT_gettmbyobj (Results 1 – 5 of 5) sorted by relevance

/external/lua/src/
Dltm.c70 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
126 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in luaT_callbinTM()
128 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in luaT_callbinTM()
Dltm.h61 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
Dlvm.c167 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget()
224 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_finishset()
536 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
Dldo.c316 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
Dlgc.c812 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()