MCPcopy 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
3878void luaK_reserveregs (FuncState *fs, int n) {
3879luaK_checkstack(fs, n);
3880fs->freereg += n;
3881}
3882
3883
3884static void freereg (FuncState *fs, int reg) {

Callers 10

luaK_setreturnsFunction · 0.85
discharge2anyregFunction · 0.85
luaK_exp2nextregFunction · 0.85
luaK_selfFunction · 0.85
adjust_assignFunction · 0.85
parlistFunction · 0.85
check_conflictFunction · 0.85
forbodyFunction · 0.85
fornumFunction · 0.85
localfuncFunction · 0.85

Calls 1

luaK_checkstackFunction · 0.85

Tested by

no test coverage detected