MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / freeexp

Function freeexp

Source/Misc/lua/src/lua.c:3892–3895  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3890
3891
3892static void freeexp (FuncState *fs, expdesc *e) {
3893if (e->k == VNONRELOC)
3894freereg(fs, e->u.s.info);
3895}
3896
3897
3898static int addk (FuncState *fs, TValue *k, TValue *v) {

Callers 8

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

Calls 1

freeregFunction · 0.85

Tested by

no test coverage detected