MCPcopy Create free account
hub / github.com/DFHack/dfhack / codeextraarg

Function codeextraarg

depends/lua/src/lcode.c:335–338  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

333** Emit an "extra argument" instruction (format 'iAx')
334*/
335static int codeextraarg (FuncState *fs, int a) {
336 lua_assert(a <= MAXARG_Ax);
337 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
338}
339
340
341/*

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected