MCPcopy Create free account
hub / github.com/Tencent/UnLua / code_loadbool

Function code_loadbool

Plugins/UnLua/Source/ThirdParty/Lua/lua-5.4.3/src/lcode.c:870–873  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

868
869
870static int code_loadbool (FuncState *fs, int A, OpCode op) {
871 luaK_getlabel(fs); /* those instructions may be jump targets */
872 return luaK_codeABC(fs, op, A, 0, 0);
873}
874
875
876/*

Callers 1

exp2regFunction · 0.85

Calls 1

luaK_getlabelFunction · 0.85

Tested by

no test coverage detected