Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Achain-Dev/Achain
/ luaK_patchtohere
Function
luaK_patchtohere
src/Chain/libraries/glua/lcode.cpp:209–212 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
207
208
209
void luaK_patchtohere(FuncState *fs, int list) {
210
luaK_getlabel(fs);
211
luaK_concat(fs, &fs->jpc, list);
212
}
213
214
215
void luaK_concat(FuncState *fs, int *l1, int l2) {
Callers
9
luaK_patchlist
Function · 0.85
exp2reg
Function · 0.85
luaK_goiftrue
Function · 0.85
luaK_goiffalse
Function · 0.85
leaveblock
Function · 0.85
whilestat
Function · 0.85
forbody
Function · 0.85
test_then_block
Function · 0.85
ifstat
Function · 0.85
Calls
2
luaK_getlabel
Function · 0.85
luaK_concat
Function · 0.85
Tested by
1
test_then_block
Function · 0.68