MCPcopy Create free account
hub / github.com/Achain-Dev/Achain / removevalues

Function removevalues

src/Chain/libraries/glua/lcode.cpp:161–164  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

159
160
161static void removevalues(FuncState *fs, int list) {
162 for (; list != NO_JUMP; list = getjump(fs, list))
163 patchtestreg(fs, list, NO_REG);
164}
165
166
167static 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