MCPcopy Create free account
hub / github.com/RomanKubiak/ctrlr / luaK_codeABC

Function luaK_codeABC

Source/Misc/lua/src/lua.c:4481–4486  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4479
4480
4481int luaK_codeABC (FuncState *fs, OpCode o, int a, int b, int c) {
4482lua_assert(getOpMode(o) == iABC);
4483lua_assert(getBMode(o) != OpArgN || b == 0);
4484lua_assert(getCMode(o) != OpArgN || c == 0);
4485return luaK_code(fs, CREATE_ABC(o, a, b, c), fs->ls->lastline);
4486}
4487
4488
4489int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {

Callers 15

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

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected