MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / removevalues

Function removevalues

Source/Misc/lua/src/lua.c:3813–3816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3811
3812
3813static void removevalues (FuncState *fs, int list) {
3814for (; list != NO_JUMP; list = getjump(fs, list))
3815patchtestreg(fs, list, NO_REG);
3816}
3817
3818
3819static 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