Searched refs:luaT_gettmbyobj (Results 1 – 11 of 11) sorted by relevance
| /freebsd-13.1/contrib/lua/src/ |
| H A 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()
|
| H A 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()
|
| H A D | ltm.h | 77 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
|
| H A D | lvm.c | 301 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget() 358 tm = luaT_gettmbyobj(L, t, TM_NEWINDEX); in luaV_finishset() 707 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
|
| H A D | ldo.c | 375 const TValue *tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); in luaD_tryfuncTM()
|
| H A D | lgc.c | 905 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
|
| /freebsd-13.1/sys/contrib/openzfs/module/lua/ |
| H A D | ltm.h | 54 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
|
| H A D | ltm.c | 62 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
|
| H A D | lvm.c | 125 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX))) in luaV_gettable() 163 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_settable() 178 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM() 180 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in call_binTM() 351 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen() 502 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE))) in luaV_finishOp()
|
| H A D | ldo.c | 344 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
|
| H A D | lgc.c | 813 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
|