MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaK_patchtohere

Function luaK_patchtohere

ThirdParty/lua/lua/lcode.c:209–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207
208
209void luaK_patchtohere (FuncState *fs, int list) {
210 luaK_getlabel(fs);
211 luaK_concat(fs, &fs->jpc, list);
212}
213
214
215void luaK_concat (FuncState *fs, int *l1, int l2) {

Callers 9

leaveblockFunction · 0.85
whilestatFunction · 0.85
forbodyFunction · 0.85
test_then_blockFunction · 0.85
ifstatFunction · 0.85
luaK_patchlistFunction · 0.85
exp2regFunction · 0.85
luaK_goiftrueFunction · 0.85
luaK_goiffalseFunction · 0.85

Calls 2

luaK_getlabelFunction · 0.85
luaK_concatFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68