MCPcopy Create free account
hub / github.com/bulletphysics/bullet3 / luaK_codeABx

Function luaK_codeABx

examples/ThirdPartyLibs/lua-5.2.3/src/lcode.c:242–248  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240}
241
242int luaK_codeABx(FuncState *fs, OpCode o, int a, unsigned int bc)
243{
244 lua_assert(getOpMode(o) == iABx || getOpMode(o) == iAsBx);
245 lua_assert(getCMode(o) == OpArgN);
246 lua_assert(a <= MAXARG_A && bc <= MAXARG_Bx);
247 return luaK_code(fs, CREATE_ABx(o, a, bc));
248}
249
250static int codeextraarg(FuncState *fs, int a)
251{

Callers 2

codeclosureFunction · 0.85
luaK_codekFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected