MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / luaK_jump

Function luaK_jump

ThirdParty/lua/lua/lcode.c:76–83  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

74
75
76int luaK_jump (FuncState *fs) {
77 int jpc = fs->jpc; /* save list of jumps to here */
78 int j;
79 fs->jpc = NO_JUMP;
80 j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
81 luaK_concat(fs, &j, jpc); /* keep them on hold */
82 return j;
83}
84
85
86void luaK_ret (FuncState *fs, int first, int nret) {

Callers 6

leaveblockFunction · 0.85
forbodyFunction · 0.85
test_then_blockFunction · 0.85
statementFunction · 0.85
condjumpFunction · 0.85
exp2regFunction · 0.85

Calls 1

luaK_concatFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68