Searched refs:luaT_gettmbyobj (Results 1 – 6 of 6) sorted by relevance
/external/lua/src/ |
D | ltm.c | 71 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()
|
D | lfunc.c | 115 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in prepclosingmethod() 199 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in luaF_newtbcupval()
|
D | ltm.h | 77 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
|
D | lvm.c | 294 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()
|
D | ldo.c | 355 const TValue *tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); in luaD_tryfuncTM()
|
D | lgc.c | 899 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
|