Home | History | Annotate | Download | only in src

Lines Matching refs:luaV_concat

453 /* macro used by 'luaV_concat' to ensure that element at 'o' is a string */
474 void luaV_concat (lua_State *L, int total) {
690 luaV_concat(L, total); /* concat them (may yield again) */
1072 Protect(luaV_concat(L, c - b + 1));
1073 ra = RA(i); /* 'luaV_concat' may invoke TMs and move the stack */