MCPcopy Create free account
hub / github.com/F-Stack/f-stack / codeextraarg

Function codeextraarg

freebsd/contrib/openzfs/module/lua/lcode.c:242–245  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

240
241
242static int codeextraarg (FuncState *fs, int a) {
243 lua_assert(a <= MAXARG_Ax);
244 return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
245}
246
247
248int luaK_codek (FuncState *fs, int reg, int k) {

Callers 2

luaK_codekFunction · 0.85
luaK_setlistFunction · 0.85

Calls 1

luaK_codeFunction · 0.70

Tested by

no test coverage detected