Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BigPig0/RelayLive
/ condjump
Function
condjump
ThirdParty/lua/lua/lcode.c:91–94 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
89
90
91
static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
92
luaK_codeABC(fs, op, A, B, C);
93
return luaK_jump(fs);
94
}
95
96
97
static void fixjump (FuncState *fs, int pc, int dest) {
Callers
2
jumponcond
Function · 0.85
codecomp
Function · 0.85
Calls
2
luaK_codeABC
Function · 0.85
luaK_jump
Function · 0.85
Tested by
no test coverage detected