Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
603
l_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_gettable
Function · 0.70
luaV_settable
Function · 0.70
luaV_concat
Function · 0.70
luaV_execute
Function · 0.70
luaM_growaux_
Function · 0.70
luaM_toobig
Function · 0.70
luaO_pushvfstring
Function · 0.70
findindex
Function · 0.70
setnodevector
Function · 0.70
luaH_newkey
Function · 0.70
luaG_typeerror
Function · 0.70
luaG_ordererror
Function · 0.70
Calls
3
addinfo
Function · 0.70
luaO_pushvfstring
Function · 0.70
luaG_errormsg
Function · 0.70
Tested by
no test coverage detected