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

Function luaK_patchlist

Source/Misc/lua/src/lua.c:3838–3845  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3836
3837
3838void luaK_patchlist (FuncState *fs, int list, int target) {
3839if (target == fs->pc)
3840luaK_patchtohere(fs, list);
3841else {
3842lua_assert(target < fs->pc);
3843patchlistaux(fs, list, target, NO_REG, target);
3844}
3845}
3846
3847
3848void luaK_patchtohere (FuncState *fs, int list) {

Callers 3

whilestatFunction · 0.85
repeatstatFunction · 0.85
forbodyFunction · 0.85

Calls 2

luaK_patchtohereFunction · 0.85
patchlistauxFunction · 0.85

Tested by

no test coverage detected