Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
952
static void setvararg (FuncState *fs, int nparams) {
953
fs->f->is_vararg = 1;
954
luaK_codeABC(fs, OP_VARARGPREP, nparams, 0, 0);
955
}
956
957
958
static void parlist (LexState *ls) {
Callers
2
parlist
Function · 0.70
mainfunc
Function · 0.70
Calls
1
luaK_codeABC
Function · 0.50
Tested by
no test coverage detected