MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / freeexp

Function freeexp

deps/lua/src/lcode.c:223–226  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

221
222
223static void freeexp (FuncState *fs, expdesc *e) {
224 if (e->k == VNONRELOC)
225 freereg(fs, e->u.s.info);
226}
227
228
229static 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