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

Function luaG_concaterror

extlibs/lua/src/ldebug.c:708–711  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

706
707
708l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {
709 if (ttisstring(p1) || cvt2str(p1)) p1 = p2;
710 luaG_typeerror(L, p1, "concatenate");
711}
712
713
714l_noret luaG_opinterror (lua_State *L, const TValue *p1,

Callers 1

luaT_tryconcatTMFunction · 0.85

Calls 1

luaG_typeerrorFunction · 0.85

Tested by

no test coverage detected