Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ freeexp
Function
freeexp
third-party/lua-5.2.4/src/lcode.c:285–288 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
283
284
285
static void freeexp (FuncState *fs, expdesc *e) {
286
if (e->k == VNONRELOC)
287
freereg(fs, e->u.info);
288
}
289
290
291
static int addk (FuncState *fs, TValue *key, TValue *v) {
Callers
8
luaK_exp2nextreg
Function · 0.70
luaK_storevar
Function · 0.70
luaK_self
Function · 0.70
jumponcond
Function · 0.70
codenot
Function · 0.70
codearith
Function · 0.70
codecomp
Function · 0.70
luaK_posfix
Function · 0.70
Calls
1
freereg
Function · 0.70
Tested by
no test coverage detected