MCPcopy Create free account
hub / github.com/CppCXY/EmmyLuaCodeStyle / codeextraarg

Function codeextraarg

3rd/lua-5.4.3/src/lcode.c:439–442  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

437** Emit an "extra argument" instruction (format 'iAx')
438*/
439static int codeextraarg (FuncState *fs, int a) {
440 lua_assert(a <= MAXARG_Ax);
441 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
442}
443
444
445/*

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected