MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaG_runerror

Function luaG_runerror

deps/lua/src/ldebug.c:631–637  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

629
630
631void luaG_runerror (lua_State *L, const char *fmt, ...) {
632 va_list argp;
633 va_start(argp, fmt);
634 addinfo(L, luaO_pushvfstring(L, fmt, argp));
635 va_end(argp);
636 luaG_errormsg(L);
637}
638

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_setFunction · 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