Home
last modified time | relevance | path

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

/netbsd-src/external/mit/lua/dist/src/
H A Dltm.c80 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
148 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in callbinTM()
150 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in callbinTM()
H A Dlfunc.c113 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in callclosemethod()
130 const TValue *tm = luaT_gettmbyobj(L, s2v(level), TM_CLOSE); in checkclosemth()
H A Dltm.h82 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
H A Dlvm.c319 tm = luaT_gettmbyobj(L, t, TM_INDEX);
373 tm = luaT_gettmbyobj(L, t, TM_NEWINDEX);
750 tm = luaT_gettmbyobj(L, rb, TM_LEN);
H A Dldo.c420 tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); /* (after previous GC) */ in luaD_tryfuncTM()
H A Dlgc.c914 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()