MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaG_concaterror

Function luaG_concaterror

ThirdParty/lua/lua/ldebug.c:539–542  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

537
538
539l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {
540 if (ttisstring(p1) || cvt2str(p1)) p1 = p2;
541 luaG_typeerror(L, p1, "concatenate");
542}
543
544
545l_noret luaG_opinterror (lua_State *L, const TValue *p1,

Callers 1

luaT_trybinTMFunction · 0.85

Calls 1

luaG_typeerrorFunction · 0.85

Tested by

no test coverage detected