Searched defs:checktype (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/third_party/skia/third_party/lua/src/
H A Dlobject.h132 #define checktype(o,t) (ttypenv(o) == (t)) macro
137 #define ttisstring(o) checktype((o), LUA_TSTRING)
141 #define ttisfunction(o) checktype(o, LUA_TFUNCTION)
364 #undef checktype macro
366 #define checktype(o,t) (ctb(tt_(o) | VARBITS) == ctb(tag2tt(t) | VARBITS)) macro

Completed in 93 milliseconds