Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BZFlag-Dev/bzflag
/ luaG_runerror
Function
luaG_runerror
other_src/lua/src/ldebug.cpp:643–649 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
641
642
643
void luaG_runerror (lua_State *L, const char *fmt, ...) {
644
va_list argp;
645
va_start(argp, fmt);
646
addinfo(L, luaO_pushvfstring(L, fmt, argp));
647
va_end(argp);
648
luaG_errormsg(L);
649
}
650
Callers
15
luaG_typeerror
Function · 0.70
luaG_ordererror
Function · 0.70
growCI
Function · 0.70
luaD_call
Function · 0.70
lua_yield
Function · 0.70
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
findindex
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