Searched refs:tostring (Results 1 – 3 of 3) sorted by relevance
117 #define tostring(s) #s macro118 #define stringify(s) tostring(s)
67 tostring(lua_State *l) in tostring() function222 Lua::register_method(l, "__tostring", tostring); in init_cap_metatable()
618 #define tostring(L,o) \ macro645 !tostring(L, s2v(top - 1))) in luaV_concat()648 cast_void(tostring(L, s2v(top - 2))); /* result is first operand */ in luaV_concat()657 for (n = 1; n < total && tostring(L, s2v(top - n - 1)); n++) { in luaV_concat()
Completed in 10 milliseconds