MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaG_runerror

Function luaG_runerror

freebsd/contrib/openzfs/module/lua/ldebug.c:600–608  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

598
599
600l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
601 L->runerror++;
602 va_list argp;
603 va_start(argp, fmt);
604 addinfo(L, luaO_pushvfstring(L, fmt, argp));
605 va_end(argp);
606 luaG_errormsg(L);
607 L->runerror--;
608}
609/* END CSTYLED */

Callers 15

luaV_gettableFunction · 0.70
luaV_settableFunction · 0.70
luaV_concatFunction · 0.70
luaV_divFunction · 0.70
luaV_modFunction · 0.70
luaV_executeFunction · 0.70
luaM_growaux_Function · 0.70
luaM_toobigFunction · 0.70
luaO_pushvfstringFunction · 0.70
findindexFunction · 0.70
setnodevectorFunction · 0.70
luaH_newkeyFunction · 0.70

Calls 3

addinfoFunction · 0.70
luaO_pushvfstringFunction · 0.70
luaG_errormsgFunction · 0.70

Tested by

no test coverage detected