MCPcopy Create free account
hub / github.com/Tencent/sluaunreal / codeextraarg

Function codeextraarg

Plugins/slua_unreal/External/lua/lcode.cpp:333–336  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

331** Emit an "extra argument" instruction (format 'iAx')
332*/
333static int codeextraarg (FuncState *fs, int a) {
334 lua_assert(a <= MAXARG_Ax);
335 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
336}
337
338
339/*

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.85

Tested by

no test coverage detected