MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / freeexp

Function freeexp

extlibs/lua/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 7

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

Calls 1

freeregFunction · 0.85

Tested by

no test coverage detected