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

Function codeextraarg

third-party/lua-5.3.5/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.70
luaK_setlistFunction · 0.70

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected