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