MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaT_tryconcatTM

Function luaT_tryconcatTM

lib/lua/src/ltm.c:167–172  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

165
166
167void luaT_tryconcatTM (lua_State *L) {
168 StkId top = L->top.p;
169 if (l_unlikely(!callbinTM(L, s2v(top - 2), s2v(top - 1), top - 2,
170 TM_CONCAT)))
171 luaG_concaterror(L, s2v(top - 2), s2v(top - 1));
172}
173
174
175void luaT_trybinassocTM (lua_State *L, const TValue *p1, const TValue *p2,

Callers 1

luaV_concatFunction · 0.85

Calls 2

callbinTMFunction · 0.85
luaG_concaterrorFunction · 0.85

Tested by

no test coverage detected