MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaG_typeerror

Function luaG_typeerror

ThirdParty/lua/lua/ldebug.c:533–536  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

531
532
533l_noret luaG_typeerror (lua_State *L, const TValue *o, const char *op) {
534 const char *t = objtypename(o);
535 luaG_runerror(L, "attempt to %s a %s value%s", op, t, varinfo(L, o));
536}
537
538
539l_noret luaG_concaterror (lua_State *L, const TValue *p1, const TValue *p2) {

Callers 6

luaV_gettableFunction · 0.85
luaV_settableFunction · 0.85
luaV_objlenFunction · 0.85
luaG_concaterrorFunction · 0.85
luaG_opinterrorFunction · 0.85
tryfuncTMFunction · 0.85

Calls 2

luaG_runerrorFunction · 0.85
varinfoFunction · 0.85

Tested by

no test coverage detected