Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaK_reserveregs
Function
luaK_reserveregs
third-party/lua-5.2.4/src/lcode.c:271–274 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
269
270
271
void luaK_reserveregs (FuncState *fs, int n) {
272
luaK_checkstack(fs, n);
273
fs->freereg += n;
274
}
275
276
277
static void freereg (FuncState *fs, int reg) {
Callers
9
adjust_assign
Function · 0.70
parlist
Function · 0.70
check_conflict
Function · 0.70
forbody
Function · 0.70
fornum
Function · 0.70
luaK_setreturns
Function · 0.70
discharge2anyreg
Function · 0.70
luaK_exp2nextreg
Function · 0.70
luaK_self
Function · 0.70
Calls
1
luaK_checkstack
Function · 0.70
Tested by
no test coverage detected