Searched refs:ttisstring (Results 1 – 8 of 8) sorted by relevance
24 #define cvt2num(o) ttisstring(o)
428 *name = (ttisstring(kvalue)) ? svalue(kvalue) : "?"; in kname()570 if (ttisstring(&p->k[b])) { in getobjname()718 if (ttisstring(p1) || cvt2str(p1)) p1 = p2; in luaG_concaterror()
522 if (ttisstring(l) && ttisstring(r)) /* both are strings? */ in lessthanothers()544 if (ttisstring(l) && ttisstring(r)) /* both are strings? */ in lessequalothers()619 (ttisstring(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))644 if (!(ttisstring(s2v(top - 2)) || cvt2str(s2v(top - 2))) || in luaV_concat()
350 #define ttisstring(o) checktype((o), LUA_TSTRING) macro356 #define tsvalue(o) check_exp(ttisstring(o), gco2ts(val_(o).gc))
96 if (ttisstring(name)) /* is '__name' a string? */ in luaT_objtypename()
429 const char *msg = (ttisstring(errobj)) in luaE_warnerror()
312 return (ttisstring(o) || cvt2str(o)); in lua_isstring()403 if (!ttisstring(o)) { in lua_tolstring()
540 if (mode && ttisstring(mode) && /* is there a weak mode? */ in traversetable()
Completed in 22 milliseconds