Searched refs:luaO_tostring (Results 1 – 4 of 4) sorted by relevance
374 void luaO_tostring (lua_State *L, TValue *obj) { in luaO_tostring() function
780 LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj);
391 luaO_tostring(L, o); in lua_tolstring()
617 (ttisstring(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))