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

Function codeextraarg

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

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected