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

Function code_loadbool

third-party/lua-5.4.6/src/lcode.c:890–893  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

exp2regFunction · 0.70

Calls 2

luaK_getlabelFunction · 0.70
luaK_codeABCFunction · 0.50

Tested by

no test coverage detected