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

Function code_label

third-party/lua-5.2.4/src/lcode.c:415–418  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

413
414
415static int code_label (FuncState *fs, int A, int b, int jump) {
416 luaK_getlabel(fs); /* those instructions may be jump targets */
417 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
418}
419
420
421static 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