Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ luaG_runerror
Function
luaG_runerror
app/redis-6.2.6/deps/lua/src/ldebug.c:631–637 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
629
630
631
void 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_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
setnodevector
Function · 0.70
luaH_set
Function · 0.70
luaG_typeerror
Function · 0.70
luaG_ordererror
Function · 0.70
growCI
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