Home
last modified time | relevance | path

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

/l4re-core-master/lua/lib/contrib/src/
A Dltm.c71 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
139 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in callbinTM()
141 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in callbinTM()
A Dlfunc.c110 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in callclosemethod()
127 const TValue *tm = luaT_gettmbyobj(L, s2v(level), TM_CLOSE); in checkclosemth()
A Dltm.h77 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
A Dlvm.c294 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget()
348 tm = luaT_gettmbyobj(L, t, TM_NEWINDEX); in luaV_finishset()
702 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
A Dldo.c391 const TValue *tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); in luaD_tryfuncTM()
A Dlgc.c905 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()

Completed in 14 milliseconds