MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / luaK_jump

Function luaK_jump

extlibs/lua/src/lcode.c:198–200  ·  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

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

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