MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaT_tryconcatTM

Function luaT_tryconcatTM

extlibs/lua/src/ltm.c:167–171  ·  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;
169 if (!callbinTM(L, s2v(top - 2), s2v(top - 1), top - 2, TM_CONCAT))
170 luaG_concaterror(L, s2v(top - 2), s2v(top - 1));
171}
172
173
174void 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