MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / luaG_concaterror

Function luaG_concaterror

3rd/lua-5.4.3/src/ldebug.c:717–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

715
716
717l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {
718 if (ttisstring(p1) || cvt2str(p1)) p1 = p2;
719 luaG_typeerror(L, p1, "concatenate");
720}
721
722
723l_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