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

Function code_label

third-party/lua-5.1.5/src/lcode.c:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337static int code_label (FuncState *fs, int A, int b, int jump) {
338 luaK_getlabel(fs); /* those instructions may be jump targets */
339 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
340}
341
342
343static void discharge2reg (FuncState *fs, expdesc *e, int reg) {

Callers 1

exp2regFunction · 0.70

Calls 2

luaK_getlabelFunction · 0.70
luaK_codeABCFunction · 0.70

Tested by

no test coverage detected