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

Function luaG_concaterror

source/extern/lua/ldebug.c:592–595  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

luaT_trybinTMFunction · 0.85

Calls 1

luaG_typeerrorFunction · 0.85

Tested by

no test coverage detected