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

Function setvararg

extlibs/lua/src/lparser.c:934–937  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

932
933
934static void setvararg (FuncState *fs, int nparams) {
935 fs->f->is_vararg = 1;
936 luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
937}
938
939
940static void parlist (LexState *ls) {

Callers 2

parlistFunction · 0.85
mainfuncFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected