MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / luaK_codeABx

Function luaK_codeABx

third-party/lua-5.2.4/src/lcode.c:236–241  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

234
235
236int luaK_codeABx (FuncState *fs, OpCode o, int a, unsigned int bc) {
237 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
238 lua_assert(getCMode(o) == OpArgN);
239 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx);
240 return luaK_code(fs, CREATE_ABx(o, a, bc));
241}
242
243
244static 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