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

Function setvararg

third-party/lua-5.5.0/src/lparser.c:1059–1062  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1057
1058
1059static void setvararg (FuncState *fs) {
1060 fs->f->flag |= PF_VAHID; /* by default, use hidden vararg arguments */
1061 luaK_codeABC(fs, OP_VARARGPREP, 0, 0, 0);
1062}
1063
1064
1065static void parlist (LexState *ls) {

Callers 2

parlistFunction · 0.70
mainfuncFunction · 0.70

Calls 1

luaK_codeABCFunction · 0.50

Tested by

no test coverage detected