Searched refs:luaT_tryconcatTM (Results 1 – 3 of 3) sorted by relevance
88 LUAI_FUNC void luaT_tryconcatTM (lua_State *L);
167 void luaT_tryconcatTM (lua_State *L) { in luaT_tryconcatTM() function
650 luaT_tryconcatTM(L); /* may invalidate 'top' */ in luaV_concat()