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
792 LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj);
409 luaO_tostring(L, o); in lua_tolstring()
619 (ttisstring(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))
Completed in 13 milliseconds