Home
last modified time | relevance | path

Searched refs:luaO_tostring (Results 1 – 4 of 4) sorted by relevance

/external/lua/src/
Dlobject.c374 void luaO_tostring (lua_State *L, TValue *obj) { in luaO_tostring() function
Dlobject.h780 LUAI_FUNC void luaO_tostring (lua_State *L, TValue *obj);
Dlapi.c391 luaO_tostring(L, o); in lua_tolstring()
Dlvm.c617 (ttisstring(o) || (cvt2str(o) && (luaO_tostring(L, o), 1)))