MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / removevalues

Function removevalues

third-party/lua-5.4.6/src/lcode.c:278–281  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 1

codenotFunction · 0.70

Calls 2

getjumpFunction · 0.70
patchtestregFunction · 0.70

Tested by

no test coverage detected