MCPcopy Create free account
hub / github.com/BigPig0/RelayLive / code_label

Function code_label

ThirdParty/lua/lua/lcode.c:438–441  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

436
437
438static int code_label (FuncState *fs, int A, int b, int jump) {
439 luaK_getlabel(fs); /* those instructions may be jump targets */
440 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
441}
442
443
444static void discharge2reg (FuncState *fs, expdesc *e, int reg) {

Callers 1

exp2regFunction · 0.85

Calls 2

luaK_getlabelFunction · 0.85
luaK_codeABCFunction · 0.85

Tested by

no test coverage detected