MCPcopy Create free account
hub / github.com/Snapchat/KeyDB / luaK_codeABx

Function luaK_codeABx

deps/lua/src/lcode.c:812–816  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

810
811
812int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
813 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
814 lua_assert(getCMode(o) == OpArgN);
815 return luaK_code(fs, CREATE_ABx(o, a, bc), fs->ls->lastline);
816}
817
818
819void luaK_setlist (FuncState *fs, int base, int nelems, int tostore) {

Callers 5

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

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected