MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / freeexp

Function freeexp

src/Chain/libraries/glua/lcode.cpp:303–306  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301
302
303static void freeexp(FuncState *fs, expdesc *e) {
304 if (e->k == VNONRELOC)
305 freereg(fs, e->u.info);
306}
307
308
309/*

Callers 8

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

Calls 1

freeregFunction · 0.85

Tested by

no test coverage detected