MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / removevalues

Function removevalues

lib/lua/src/lcode.c:277–280  ·  view source on GitHub ↗

** Traverse a list of tests ensuring no one produces a value */

Source from the content-addressed store, hash-verified

275** Traverse a list of tests ensuring no one produces a value
276*/
277static void removevalues (FuncState *fs, int list) {
278 for (; list != NO_JUMP; list = getjump(fs, list))
279 patchtestreg(fs, list, NO_REG);
280}
281
282
283/*

Callers 1

codenotFunction · 0.85

Calls 2

getjumpFunction · 0.85
patchtestregFunction · 0.85

Tested by

no test coverage detected