Searched refs:tostring (Results 1 – 1 of 1) sorted by relevance
596 #define tostring(L,o)((ttype(o)==4)||(luaV_tostring(L,o))) macro4888 if(!(ttisstring(top-2)||ttisnumber(top-2))||!tostring(L,top-1)){4892 (void)tostring(L,top-2);4897 for(n=1;n<total&&tostring(L,top-n-1);n++){
Completed in 17 milliseconds