Home | History | Annotate | Download | only in src

Lines Matching refs:cvt2str

455 	(ttisstring(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))
479 if (!(ttisstring(top-2) || cvt2str(top-2)) || !tostring(L, top-1))