Home
last modified time | relevance | path

Searched refs:ttisstring (Results 1 – 8 of 8) sorted by relevance

/l4re-core-master/lua/lib/contrib/src/
A Dlvm.h24 #define cvt2num(o) ttisstring(o)
A Dldebug.c428 *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()
A Dlvm.c522 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()
A Dlobject.h350 #define ttisstring(o) checktype((o), LUA_TSTRING) macro
356 #define tsvalue(o) check_exp(ttisstring(o), gco2ts(val_(o).gc))
A Dltm.c96 if (ttisstring(name)) /* is '__name' a string? */ in luaT_objtypename()
A Dlstate.c429 const char *msg = (ttisstring(errobj)) in luaE_warnerror()
A Dlapi.c312 return (ttisstring(o) || cvt2str(o)); in lua_isstring()
403 if (!ttisstring(o)) { in lua_tolstring()
A Dlgc.c540 if (mode && ttisstring(mode) && /* is there a weak mode? */ in traversetable()

Completed in 22 milliseconds