Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ condjump
Function
condjump
third-party/lua-5.2.4/src/lcode.c:74–77 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
72
73
74
static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
75
luaK_codeABC(fs, op, A, B, C);
76
return luaK_jump(fs);
77
}
78
79
80
static void fixjump (FuncState *fs, int pc, int dest) {
Callers
2
jumponcond
Function · 0.70
codecomp
Function · 0.70
Calls
2
luaK_codeABC
Function · 0.70
luaK_jump
Function · 0.70
Tested by
no test coverage detected