MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / codeextraarg

Function codeextraarg

extlibs/lua/src/lcode.c:448–451  ·  view source on GitHub ↗

** Emit an "extra argument" instruction (format 'iAx') */

Source from the content-addressed store, hash-verified

446** Emit an "extra argument" instruction (format 'iAx')
447*/
448static int codeextraarg (FuncState *fs, int a) {
449 lua_assert(a <= MAXARG_Ax);
450 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
451}
452
453
454/*

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected