MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / condjump

Function condjump

Source/Misc/lua/src/lua.c:3743–3746  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3741
3742
3743static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
3744luaK_codeABC(fs, op, A, B, C);
3745return luaK_jump(fs);
3746}
3747
3748
3749static void fixjump (FuncState *fs, int pc, int dest) {

Callers 2

jumponcondFunction · 0.85
codecompFunction · 0.85

Calls 2

luaK_codeABCFunction · 0.85
luaK_jumpFunction · 0.85

Tested by

no test coverage detected