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

Function removevalues

deps/lua/src/lcode.c:144–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

codenotFunction · 0.85

Calls 2

getjumpFunction · 0.85
patchtestregFunction · 0.85

Tested by

no test coverage detected