MCPcopy Create free account
hub / github.com/F-Stack/f-stack / code_label

Function code_label

freebsd/contrib/openzfs/module/lua/lcode.c:413–416  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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