MCPcopy Create free account
hub / github.com/SnowyMouse/chimera / codeextraarg

Function codeextraarg

src/lua/lcode.c:450–453  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected