MCPcopy Create free account
hub / github.com/axmolengine/axmol / luaK_jump

Function luaK_jump

3rdparty/lua/plainlua/lcode.c:200–202  ·  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

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

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