MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaT_tryconcatTM

Function luaT_tryconcatTM

third-party/lua-5.4.6/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.70

Calls 2

callbinTMFunction · 0.70
luaG_concaterrorFunction · 0.70

Tested by

no test coverage detected