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