Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ codeextraarg
Function
codeextraarg
third-party/lua-5.2.4/src/lcode.c:244–247 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
242
243
244
static int codeextraarg (FuncState *fs, int a) {
245
lua_assert(a <= MAXARG_Ax);
246
return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
247
}
248
249
250
int luaK_codek (FuncState *fs, int reg, int k) {
Callers
2
luaK_codek
Function · 0.70
luaK_setlist
Function · 0.70
Calls
1
luaK_code
Function · 0.70
Tested by
no test coverage detected