MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaG_concaterror

Function luaG_concaterror

other_src/lua/src/ldebug.cpp:580–584  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

578
579
580void luaG_concaterror (lua_State *L, StkId p1, StkId p2) {
581 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
582 lua_assert(!ttisstring(p1) && !ttisnumber(p1));
583 luaG_typeerror(L, p1, "concatenate");
584}
585
586
587void luaG_aritherror (lua_State *L, const TValue *p1, const TValue *p2) {

Callers 1

luaV_concatFunction · 0.70

Calls 1

luaG_typeerrorFunction · 0.70

Tested by

no test coverage detected