MCPcopy Create free account
hub / github.com/bloomberg/comdb2 / luaG_runerror

Function luaG_runerror

lua/ldebug.c:636–642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

634
635
636void luaG_runerror (lua_State *L, const char *fmt, ...) {
637 va_list argp;
638 va_start(argp, fmt);
639 addinfo(L, luaO_pushvfstring(L, fmt, argp));
640 va_end(argp);
641 luaG_errormsg(L);
642}
643

Callers 15

luaV_gettableFunction · 0.85
luaV_settableFunction · 0.85
luaV_concatFunction · 0.85
luaV_executeFunction · 0.85
luaM_growaux_Function · 0.85
luaM_toobigFunction · 0.85
findindexFunction · 0.85
setnodevectorFunction · 0.85
luaH_set_intFunction · 0.85
luaG_typeerrorFunction · 0.85
luaG_ordererrorFunction · 0.85
growCIFunction · 0.85

Calls 3

addinfoFunction · 0.85
luaO_pushvfstringFunction · 0.85
luaG_errormsgFunction · 0.85

Tested by

no test coverage detected