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

Function luaG_concaterror

third-party/lua-5.3.5/src/ldebug.c:591–594  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

589
590
591l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {
592 if (ttisstring(p1) || cvt2str(p1)) p1 = p2;
593 luaG_typeerror(L, p1, "concatenate");
594}
595
596
597l_noret luaG_opinterror (lua_State *L, const TValue *p1,

Callers 1

luaT_trybinTMFunction · 0.70

Calls 1

luaG_typeerrorFunction · 0.70

Tested by

no test coverage detected