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

Function removevalues

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

Source from the content-addressed store, hash-verified

140
141
142static void removevalues (FuncState *fs, int list) {
143 for (; list != NO_JUMP; list = getjump(fs, list))
144 patchtestreg(fs, list, NO_REG);
145}
146
147
148static void patchlistaux (FuncState *fs, int list, int vtarget, int reg,

Callers 1

codenotFunction · 0.70

Calls 2

getjumpFunction · 0.70
patchtestregFunction · 0.70

Tested by

no test coverage detected