MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / code_loadbool

Function code_loadbool

extlibs/lua/src/lcode.c:874–877  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

872
873
874static int code_loadbool (FuncState *fs, int A, OpCode op) {
875 luaK_getlabel(fs); /* those instructions may be jump targets */
876 return luaK_codeABC(fs, op, A, 0, 0);
877}
878
879
880/*

Callers 1

exp2regFunction · 0.85

Calls 1

luaK_getlabelFunction · 0.85

Tested by

no test coverage detected