MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / code_label

Function code_label

Source/Misc/lua/src/lua.c:4006–4009  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4004
4005
4006static int code_label (FuncState *fs, int A, int b, int jump) {
4007luaK_getlabel(fs); /* those instructions may be jump targets */
4008return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
4009}
4010
4011
4012static 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