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

Function luaK_codeABx

Source/Misc/lua/src/lua.c:4489–4493  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4487
4488
4489int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
4490lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
4491lua_assert(getCMode(o) == OpArgN);
4492return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline);
4493}
4494
4495
4496void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) {

Callers 5

luaK_dischargevarsFunction · 0.85
discharge2regFunction · 0.85
luaK_storevarFunction · 0.85
pushclosureFunction · 0.85
fornumFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected