MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / code_label

Function code_label

src/vm/luavm/lua/lcode.c:439–442  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

437
438
439static int code_label (FuncState *fs, int A, int b, int jump) {
440 luaK_getlabel(fs); /* those instructions may be jump targets */
441 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
442}
443
444
445static 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