MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / code_loadbool

Function code_loadbool

third-party/lua-5.3.5/src/lcode.c:649–652  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

exp2regFunction · 0.70

Calls 2

luaK_getlabelFunction · 0.70
luaK_codeABCFunction · 0.70

Tested by

no test coverage detected