MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaK_jump

Function luaK_jump

third-party/lua-5.5.0/src/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 5

newgotoentryFunction · 0.70
repeatstatFunction · 0.70
test_then_blockFunction · 0.70
condjumpFunction · 0.70
exp2regFunction · 0.70

Calls 1

codesJFunction · 0.70

Tested by 1

test_then_blockFunction · 0.56