MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / luaK_jump

Function luaK_jump

lib/lua/src/lcode.c:199–201  ·  view source on GitHub ↗

** Create a jump instruction and return its position, so its destination ** can be fixed later (with 'fixjump'). */

Source from the content-addressed store, hash-verified

197** can be fixed later (with 'fixjump').
198*/
199int luaK_jump (FuncState *fs) {
200 return codesJ(fs, OP_JMP, NO_JUMP, 0);
201}
202
203
204/*

Callers 6

gotostatFunction · 0.85
breakstatFunction · 0.85
repeatstatFunction · 0.85
test_then_blockFunction · 0.85
condjumpFunction · 0.85
exp2regFunction · 0.85

Calls 1

codesJFunction · 0.85

Tested by 1

test_then_blockFunction · 0.68