Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ luaK_patchtohere
Function
luaK_patchtohere
third-party/lua-5.4.6/src/lcode.c:313–316 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
311
312
313
void luaK_patchtohere (FuncState *fs, int list) {
314
int hr = luaK_getlabel(fs); /* mark
"here"
as a jump target */
315
luaK_patchlist(fs, list, hr);
316
}
317
318
319
/* limit for difference between lines in relative line info. */
Callers
7
whilestat
Function · 0.70
repeatstat
Function · 0.70
test_then_block
Function · 0.70
ifstat
Function · 0.70
exp2reg
Function · 0.70
luaK_goiftrue
Function · 0.70
luaK_goiffalse
Function · 0.70
Calls
2
luaK_getlabel
Function · 0.70
luaK_patchlist
Function · 0.70
Tested by
1
test_then_block
Function · 0.56