MCPcopy Create free account
hub / github.com/WaykiChain/WaykiChain / luaK_codeABx

Function luaK_codeABx

src/vm/luavm/lua/lcode.c:253–258  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

251
252
253int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
254 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
255 lua_assert(getCMode(o) == OpArgN);
256 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx);
257 return luaK_code(fs, CREATE_ABx(o, a, bc));
258}
259
260
261static int codeextraarg (FuncState *fs, int a) {

Callers 2

codeclosureFunction · 0.85
luaK_codekFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected