MCPcopy Create free account
hub / github.com/F-Stack/f-stack / luaK_codeABx

Function luaK_codeABx

freebsd/contrib/openzfs/module/lua/lcode.c:234–239  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

232
233
234int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
235 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
236 lua_assert(getCMode(o) == OpArgN);
237 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx);
238 return luaK_code(fs, CREATE_ABx(o, a, bc));
239}
240
241
242static int codeextraarg (FuncState *fs, int a) {

Callers 2

codeclosureFunction · 0.70
luaK_codekFunction · 0.70

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected