MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / luaG_concaterror

Function luaG_concaterror

src/Chain/libraries/glua/ldebug.cpp:596–599  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

594
595
596void luaG_concaterror(lua_State *L, const TValue *p1, const TValue *p2) {
597 if (ttisstring(p1) || cvt2str(p1)) p1 = p2;
598 luaG_typeerror(L, p1, "concatenate");
599}
600
601
602void 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