MCPcopy Create free account
hub / github.com/StrongPC123/Far-Cry-1-Source-Full / luaK_codeABC

Function luaK_codeABC

CryScriptSystem/LUA/lcode.c:791–794  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

789
790
791int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) {
792 lua_assert(getOpMode(o) == iABC);
793 return luaK_code(fs, CREATE_ABC(o, a, b, c));
794}
795
796
797int luaK_codeABc (FuncState *fs, OpCode o, int a, unsigned int bc) {

Callers 14

close_funcFunction · 0.85
funcargsFunction · 0.85
recfieldFunction · 0.85
check_conflictFunction · 0.85
retstatFunction · 0.85
luaK_nilFunction · 0.85
luaK_condjumpFunction · 0.85
luaK_dischargevarsFunction · 0.85
luaK_exp2regFunction · 0.85
luaK_storevarFunction · 0.85
luaK_selfFunction · 0.85
codenotFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected