MCPcopy Create free account
hub / github.com/F-Stack/f-stack / condjump

Function condjump

freebsd/contrib/openzfs/module/lua/lcode.c:72–75  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

70
71
72static int condjump (FuncState *fs, OpCode op, int A, int B, int C) {
73 luaK_codeABC(fs, op, A, B, C);
74 return luaK_jump(fs);
75}
76
77
78static void fixjump (FuncState *fs, int pc, int dest) {

Callers 2

jumponcondFunction · 0.70
codecompFunction · 0.70

Calls 2

luaK_codeABCFunction · 0.70
luaK_jumpFunction · 0.70

Tested by

no test coverage detected