MCPcopy Create free account
hub / github.com/SakuraEngine/SakuraEngine / setvararg

Function setvararg

xrepo/packages/l/lua/port/lua/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.85
mainfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected