MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaG_runerror

Function luaG_runerror

third-party/lua-5.2.4/src/ldebug.c:603–609  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

601
602
603l_noret luaG_runerror (lua_State *L, const char *fmt, ...) {
604 va_list argp;
605 va_start(argp, fmt);
606 addinfo(L, luaO_pushvfstring(L, fmt, argp));
607 va_end(argp);
608 luaG_errormsg(L);
609}
610

Callers 15

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
luaO_pushvfstringFunction · 0.70
findindexFunction · 0.70
setnodevectorFunction · 0.70
luaH_newkeyFunction · 0.70
luaG_typeerrorFunction · 0.70
luaG_ordererrorFunction · 0.70

Calls 3

addinfoFunction · 0.70
luaO_pushvfstringFunction · 0.70
luaG_errormsgFunction · 0.70

Tested by

no test coverage detected