HomeSort by relevance Sort by last modified time
    Searched refs:ttistable (Results 1 - 3 of 3) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lapi.c 643 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");
lobject.h 140 #define ttistable(o) checktag((o), ctb(LUA_TTABLE)) macro
164 #define hvalue(o) check_exp(ttistable(o), &val_(o).gc->h)
lvm.c 114 if (ttistable(t)) { /* `t' is a table? */
140 if (ttistable(t)) { /* `t' is a table? */
821 luai_runtimecheck(L, ttistable(ra));

Completed in 129 milliseconds