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

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlapi.c643 api_check(L, ttistable(t), "table expected");
653 api_check(L, ttistable(t), "table expected");
665 api_check(L, ttistable(t), "table expected");
775 api_check(L, ttistable(t), "table expected");
789 api_check(L, ttistable(t), "table expected");
803 api_check(L, ttistable(t), "table expected");
821 api_check(L, ttistable(L->top - 1), "table expected");
861 api_check(L, ttistable(L->top - 1), "table expected");
1119 api_check(L, ttistable(t), "table expected");
H A Dlobject.h140 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
H A Dlvm.c114 if (ttistable(t)) { /* `t' is a table? */
140 if (ttistable(t)) { /* `t' is a table? */
821 luai_runtimecheck(L, ttistable(ra));

Completed in 361 milliseconds