MCPcopy Create free account
hub / github.com/BZFlag-Dev/bzflag / luaK_codeABC

Function luaK_codeABC

other_src/lua/src/lcode.cpp:804–809  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

802
803
804int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) {
805 lua_assert(getOpMode(o) == iABC);
806 lua_assert(getBMode(o) != OpArgN || b == 0);
807 lua_assert(getCMode(o) != OpArgN || c == 0);
808 return luaK_code(fs, CREATE_ABC(o, a, b, c), fs->ls->lastline);
809}
810
811
812int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {

Callers 15

luaK_nilFunction · 0.70
luaK_retFunction · 0.70
condjumpFunction · 0.70
luaK_dischargevarsFunction · 0.70
code_labelFunction · 0.70
discharge2regFunction · 0.70
luaK_storevarFunction · 0.70
luaK_selfFunction · 0.70
codenotFunction · 0.70
codearithFunction · 0.70
luaK_setlistFunction · 0.70
leaveblockFunction · 0.70

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected