Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/PlutoLang/Pluto
/ luaK_patchtohere
Function
luaK_patchtohere
src/lcode.cpp:314–317 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
312
313
314
void luaK_patchtohere (FuncState *fs, int list) {
315
int hr = luaK_getlabel(fs); /* mark
"here"
as a jump target */
316
luaK_patchlist(fs, list, hr);
317
}
318
319
320
/* limit for difference between lines in relative line info. */
Callers
15
exp2reg
Function · 0.85
luaK_goiftrue
Function · 0.85
luaK_goiffalse
Function · 0.85
luaK_posfix
Function · 0.85
statlist
Function · 0.85
defaultarguments
Function · 0.85
method_call_funcargs
Function · 0.85
safe_navigation
Function · 0.85
ifexpr
Function · 0.85
switchimpl
Function · 0.85
expr
Function · 0.85
whilestat
Function · 0.85
Calls
2
luaK_getlabel
Function · 0.85
luaK_patchlist
Function · 0.85
Tested by
1
test_then_block
Function · 0.68