Searched refs:luaT_gettmbyobj (Results 1 – 9 of 9) sorted by relevance
| /f-stack/app/redis-5.0.5/deps/lua/src/ |
| H A D | ltm.h | 50 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 | 122 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_INDEX))) in luaV_gettable() 151 else if (ttisnil(tm = luaT_gettmbyobj(L, t, TM_NEWINDEX))) in luaV_settable() 167 const TValue *tm = luaT_gettmbyobj(L, p1, event); /* try first operand */ in call_binTM() 169 tm = luaT_gettmbyobj(L, p2, event); /* try second operand */ in call_binTM() 192 const TValue *tm1 = luaT_gettmbyobj(L, p1, event); in call_orderTM() 195 tm2 = luaT_gettmbyobj(L, p2, event); in call_orderTM()
|
| H A D | ldo.c | 245 const TValue *tm = luaT_gettmbyobj(L, func, TM_CALL); in tryfuncTM()
|
| /f-stack/freebsd/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 | 345 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()
|