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

Function setvararg

third-party/lua-5.4.6/src/lparser.c:952–955  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

950
951
952static void setvararg (FuncState *fs, int nparams) {
953 fs->f->is_vararg = 1;
954 luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
955}
956
957
958static void parlist (LexState *ls) {

Callers 2

parlistFunction · 0.70
mainfuncFunction · 0.70

Calls 1

luaK_codeABCFunction · 0.50

Tested by

no test coverage detected