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

Function luaK_patchtohere

third-party/lua-5.1.5/src/lcode.c:179–182  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

177
178
179void luaK_patchtohere (FuncState *fs, int list) {
180 luaK_getlabel(fs);
181 luaK_concat(fs, &fs->jpc, list);
182}
183
184
185void luaK_concat (FuncState *fs, int *l1, int l2) {

Callers 9

leaveblockFunction · 0.70
whilestatFunction · 0.70
repeatstatFunction · 0.70
forbodyFunction · 0.70
ifstatFunction · 0.70
luaK_patchlistFunction · 0.70
exp2regFunction · 0.70
luaK_goiftrueFunction · 0.70
luaK_goiffalseFunction · 0.70

Calls 2

luaK_getlabelFunction · 0.70
luaK_concatFunction · 0.70

Tested by

no test coverage detected