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

Function freeexp

third-party/lua-5.5.0/src/lcode.c:525–528  ·  view source on GitHub ↗

** Free register used by expression 'e' (if any) */

Source from the content-addressed store, hash-verified

523** Free register used by expression 'e' (if any)
524*/
525static void freeexp (FuncState *fs, expdesc *e) {
526 if (e->k == VNONRELOC)
527 freereg(fs, e->u.info);
528}
529
530
531/*

Callers 8

luaK_codecheckglobalFunction · 0.70
luaK_exp2nextregFunction · 0.70
luaK_storevarFunction · 0.70
jumponcondFunction · 0.70
codenotFunction · 0.70
luaK_selfFunction · 0.70
codeunexpvalFunction · 0.70
codeconcatFunction · 0.70

Calls 1

freeregFunction · 0.70

Tested by

no test coverage detected