Searched refs:ttistable (Results 1 - 8 of 8) sorted by relevance

/freebsd-13-stable/contrib/lua/src/
H A Dlvm.h84 (!ttistable(t) \
95 (!ttistable(t) \
H A Dlobject.h657 #define ttistable(o) checktag((o), ctb(LUA_VTABLE)) macro
659 #define hvalue(o) check_exp(ttistable(o), gco2t(val_(o).gc))
H A Dltm.c93 if ((ttistable(o) && (mt = hvalue(o)->metatable) != NULL) ||
H A Dlapi.c693 api_check(L, ttistable(t), "table expected");
910 api_check(L, ttistable(s2v(L->top - 1)), "table expected");
H A Dlvm.c300 lua_assert(!ttistable(t));
/freebsd-13-stable/sys/contrib/openzfs/module/lua/
H A Dlapi.c640 api_check(L, ttistable(t), "table expected");
650 api_check(L, ttistable(t), "table expected");
662 api_check(L, ttistable(t), "table expected");
772 api_check(L, ttistable(t), "table expected");
786 api_check(L, ttistable(t), "table expected");
800 api_check(L, ttistable(t), "table expected");
818 api_check(L, ttistable(L->top - 1), "table expected");
858 api_check(L, ttistable(L->top - 1), "table expected");
1116 api_check(L, ttistable(t), "table expected");
H A Dlobject.h138 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
162 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
H A Dlvm.c115 if (ttistable(t)) { /* `t' is a table? */
141 if (ttistable(t)) { /* `t' is a table? */
885 luai_runtimecheck(L, ttistable(ra));

Completed in 143 milliseconds