MCPcopy Create free account
hub / github.com/F-Stack/f-stack / freeexp

Function freeexp

freebsd/contrib/openzfs/module/lua/lcode.c:283–286  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

281
282
283static void freeexp (FuncState *fs, expdesc *e) {
284 if (e->k == VNONRELOC)
285 freereg(fs, e->u.info);
286}
287
288
289static int addk (FuncState *fs, TValue *key, TValue *v) {

Callers 8

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

Calls 1

freeregFunction · 0.70

Tested by

no test coverage detected