MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / code_label

Function code_label

deps/lua/src/lcode.c:337–340  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

335
336
337static int code_label (FuncState *fs, int A, int b, int jump) {
338 luaK_getlabel(fs); /* those instructions may be jump targets */
339 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
340}
341
342
343static 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