MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaG_concaterror

Function luaG_concaterror

freebsd/contrib/openzfs/module/lua/ldebug.c:546–550  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

544
545
546l_noret luaG_concaterror (lua_State *L, StkId p1, StkId p2) {
547 if (ttisstring(p1) || ttisnumber(p1)) p1 = p2;
548 lua_assert(!ttisstring(p1) && !ttisnumber(p1));
549 luaG_typeerror(L, p1, "concatenate");
550}
551
552
553l_noret 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