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

Function freeexp

third-party/lua-5.4.6/src/lcode.c:518–521  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

516** Free register used by expression 'e' (if any)
517*/
518static void freeexp (FuncState *fs, expdesc *e) {
519 if (e->k == VNONRELOC)
520 freereg(fs, e->u.info);
521}
522
523
524/*

Callers 7

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

Calls 1

freeregFunction · 0.70

Tested by

no test coverage detected