Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ luaK_reserveregs
Function
luaK_reserveregs
Source/Misc/lua/src/lua.c:3878–3881 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3876
3877
3878
void luaK_reserveregs (FuncState *fs, int n) {
3879
luaK_checkstack(fs, n);
3880
fs->freereg += n;
3881
}
3882
3883
3884
static void freereg (FuncState *fs, int reg) {
Callers
10
luaK_setreturns
Function · 0.85
discharge2anyreg
Function · 0.85
luaK_exp2nextreg
Function · 0.85
luaK_self
Function · 0.85
adjust_assign
Function · 0.85
parlist
Function · 0.85
check_conflict
Function · 0.85
forbody
Function · 0.85
fornum
Function · 0.85
localfunc
Function · 0.85
Calls
1
luaK_checkstack
Function · 0.85
Tested by
no test coverage detected