HomeSort by relevance Sort by last modified time
    Searched full:ttisstring (Results 1 - 6 of 6) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
lvm.h 16 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o)))
lvm.c 38 if (ttisstring(obj) && luaO_str2d(svalue(obj), tsvalue(obj)->len, &num)) {
235 else if (ttisstring(l) && ttisstring(r))
247 else if (ttisstring(l) && ttisstring(r))
298 if (!(ttisstring(top-2) || ttisnumber(top-2)) || !tostring(L, top-1)) {
304 else if (ttisstring(top-2) && tsvalue(top-2)->len == 0) {
ldebug.c 313 if (ttisstring(kvalue)) { /* literal constant? */
414 if (ttisstring(&p->k[b])) {
520 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
521 lua_assert(!ttisstring(p1) && !ttisnumber(p2));
lobject.h 137 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
156 #define rawtsvalue(o) check_exp(ttisstring(o), &val_(o).gc->ts)
lgc.c 123 else if (ttisstring(o)) {
438 if (mode && ttisstring(mode) && /* is there a weak mode? */
822 const char *msg = (ttisstring(L->top - 1))
    [all...]
lapi.c 391 if (!ttisstring(o)) {

Completed in 67 milliseconds