MCPcopy Create free account
hub / github.com/EmmyLua/EmmyLuaDebugger / codeextraarg

Function codeextraarg

third-party/lua-5.4.6/src/lcode.c:441–444  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

luaK_codekFunction · 0.70
luaK_setlistFunction · 0.70

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected