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

Function luaK_jump

Source/Misc/lua/src/lua.c:3728–3735  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3726
3727
3728int luaK_jump (FuncState *fs) {
3729int jpc = fs->jpc; /* save list of jumps to here */
3730int j;
3731fs->jpc = NO_JUMP;
3732j = luaK_codeAsBx(fs, OP_JMP, 0, NO_JUMP);
3733luaK_concat(fs, &j, jpc); /* keep them on hold */
3734return j;
3735}
3736
3737
3738void luaK_ret (FuncState *fs, int first, int nret) {

Callers 9

condjumpFunction · 0.85
exp2regFunction · 0.85
luaK_goiftrueFunction · 0.85
luaK_goiffalseFunction · 0.85
breakstatFunction · 0.85
whilestatFunction · 0.85
repeatstatFunction · 0.85
forbodyFunction · 0.85
ifstatFunction · 0.85

Calls 1

luaK_concatFunction · 0.85

Tested by

no test coverage detected