MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / freeexp

Function freeexp

third-party/lua-5.1.5/src/lcode.c:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223static void freeexp (FuncState *fs, expdesc *e) {
224 if (e->k == VNONRELOC)
225 freereg(fs, e->u.s.info);
226}
227
228
229static int addk (FuncState *fs, TValue *k, TValue *v) {

Callers 8

luaK_exp2nextregFunction · 0.70
luaK_storevarFunction · 0.70
luaK_selfFunction · 0.70
jumponcondFunction · 0.70
codenotFunction · 0.70
codearithFunction · 0.70
codecompFunction · 0.70
luaK_posfixFunction · 0.70

Calls 1

freeregFunction · 0.70

Tested by

no test coverage detected