Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ freeexp
Function
freeexp
ThirdParty/lua/lua/lcode.c:302–305 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
300
301
302
static void freeexp (FuncState *fs, expdesc *e) {
303
if (e->k == VNONRELOC)
304
freereg(fs, e->u.info);
305
}
306
307
308
/*
Callers
8
luaK_exp2nextreg
Function · 0.85
luaK_storevar
Function · 0.85
luaK_self
Function · 0.85
jumponcond
Function · 0.85
codenot
Function · 0.85
codeexpval
Function · 0.85
codecomp
Function · 0.85
luaK_posfix
Function · 0.85
Calls
1
freereg
Function · 0.85
Tested by
no test coverage detected