MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / code_loadbool

Function code_loadbool

lib/lua/src/lcode.c:889–892  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

887
888
889static int code_loadbool (FuncState *fs, int A, OpCode op) {
890 luaK_getlabel(fs); /* those instructions may be jump targets */
891 return luaK_codeABC(fs, op, A, 0, 0);
892}
893
894
895/*

Callers 1

exp2regFunction · 0.85

Calls 1

luaK_getlabelFunction · 0.85

Tested by

no test coverage detected