MCPcopy 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
302static void freeexp (FuncState *fs, expdesc *e) {
303 if (e->k == VNONRELOC)
304 freereg(fs, e->u.info);
305}
306
307
308/*

Callers 8

luaK_exp2nextregFunction · 0.85
luaK_storevarFunction · 0.85
luaK_selfFunction · 0.85
jumponcondFunction · 0.85
codenotFunction · 0.85
codeexpvalFunction · 0.85
codecompFunction · 0.85
luaK_posfixFunction · 0.85

Calls 1

freeregFunction · 0.85

Tested by

no test coverage detected