MCPcopy Create free account
hub / github.com/Serial-Studio/Serial-Studio / codeextraarg

Function codeextraarg

lib/lua/src/lcode.c:440–443  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

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

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected