Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Snapchat/KeyDB
/ luaG_runerror
Function
luaG_runerror
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.85
luaV_settable
Function · 0.85
luaV_concat
Function · 0.85
luaV_execute
Function · 0.85
luaM_growaux_
Function · 0.85
luaM_toobig
Function · 0.85
findindex
Function · 0.85
setnodevector
Function · 0.85
luaH_set
Function · 0.85
luaG_typeerror
Function · 0.85
luaG_ordererror
Function · 0.85
growCI
Function · 0.85
Calls
3
addinfo
Function · 0.85
luaO_pushvfstring
Function · 0.85
luaG_errormsg
Function · 0.85
Tested by
no test coverage detected