Searched refs:luaT_gettmbyobj (Results 1 – 11 of 11) sorted by relevance
| /freebsd-14.2/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 | 109 const TValue *tm = luaT_gettmbyobj(L, obj, TM_CLOSE); in callclosemethod() 126 const TValue *tm = luaT_gettmbyobj(L, s2v(level), TM_CLOSE); in checkclosemth()
|
| H A D | ltm.h | 78 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
|
| H A D | lvm.c | 298 tm = luaT_gettmbyobj(L, t, TM_INDEX); in luaV_finishget() 352 tm = luaT_gettmbyobj(L, t, TM_NEWINDEX); in luaV_finishset() 708 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen()
|
| H A D | ldo.c | 416 tm = luaT_gettmbyobj(L, s2v(func), TM_CALL); /* (after previous GC) */ in luaD_tryfuncTM()
|
| H A D | lgc.c | 911 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
|
| /freebsd-14.2/sys/contrib/openzfs/module/lua/ |
| H A D | ltm.h | 53 LUAI_FUNC const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o,
|
| H A D | ltm.c | 61 const TValue *luaT_gettmbyobj (lua_State *L, const TValue *o, TMS event) { in luaT_gettmbyobj() function
|
| H A D | lvm.c | 124 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX))) in luaV_gettable() 162 if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_settable() 177 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM() 179 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in call_binTM() 350 tm = luaT_gettmbyobj(L, rb, TM_LEN); in luaV_objlen() 501 ttisnil(luaT_gettmbyobj(L, base + GETARG_B(inst), TM_LE))) in luaV_finishOp()
|
| H A D | ldo.c | 358 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
|
| H A D | lgc.c | 812 tm = luaT_gettmbyobj(L, &v, TM_GC); in GCTM()
|