MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaG_runerror

Function luaG_runerror

other_src/lua/src/ldebug.cpp:643–649  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

641
642
643void luaG_runerror (lua_State *L, const char *fmt, ...) {
644 va_list argp;
645 va_start(argp, fmt);
646 addinfo(L, luaO_pushvfstring(L, fmt, argp));
647 va_end(argp);
648 luaG_errormsg(L);
649}
650

Callers 15

luaG_typeerrorFunction · 0.70
luaG_ordererrorFunction · 0.70
growCIFunction · 0.70
luaD_callFunction · 0.70
lua_yieldFunction · 0.70
luaV_gettableFunction · 0.70
luaV_settableFunction · 0.70
luaV_concatFunction · 0.70
luaV_executeFunction · 0.70
luaM_growaux_Function · 0.70
luaM_toobigFunction · 0.70
findindexFunction · 0.70

Calls 3

addinfoFunction · 0.70
luaO_pushvfstringFunction · 0.70
luaG_errormsgFunction · 0.70

Tested by

no test coverage detected