Home
last modified time | relevance | path

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

/external/lua/src/
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()
Dlfunc.c115 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in prepclosingmethod()
199 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in luaF_newtbcupval()
Dltm.h77 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
Dlvm.c294 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget()
351 tm = luaT_gettmbyobj(L, t, TM_NEWINDEX); in luaV_finishset()
700 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
Dldo.c355 const TValue *tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); in luaD_tryfuncTM()
Dlgc.c899 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()