Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RomanKubiak/ctrlr
/ freeexp
Function
freeexp
Source/Misc/lua/src/lua.c:3892–3895 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
3890
3891
3892
static void freeexp (FuncState *fs, expdesc *e) {
3893
if (e->k == VNONRELOC)
3894
freereg(fs, e->u.s.info);
3895
}
3896
3897
3898
static int addk (FuncState *fs, TValue *k, TValue *v) {
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
codearith
Function · 0.85
codecomp
Function · 0.85
luaK_posfix
Function · 0.85
Calls
1
freereg
Function · 0.85
Tested by
no test coverage detected