MCPcopy Create free account
hub / github.com/Cocos-BCX/cocos-mainnet / code_loadbool

Function code_loadbool

libraries/lua-gph/lib/src/lcode.cpp:650–653  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

648
649
650static int code_loadbool (FuncState *fs, int A, int b, int jump) {
651 luaK_getlabel(fs); /* those instructions may be jump targets */
652 return luaK_codeABC(fs, OP_LOADBOOL, A, b, jump);
653}
654
655
656/*

Callers 1

exp2regFunction · 0.85

Calls 2

luaK_getlabelFunction · 0.85
luaK_codeABCFunction · 0.85

Tested by

no test coverage detected