Searched defs:tostring (Results 1 – 3 of 3) sorted by relevance
6 local tostring=function(a) function
16 #define tostring(L,o) ((ttype(o) == LUA_TSTRING) || (luaV_tostring(L, o))) macro
17 #define tostring(L,o) (ttisstring(o) || (luaV_tostring(L, o))) macro