Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/WaykiChain/WaykiChain
/ codeextraarg
Function
codeextraarg
src/vm/luavm/lua/lcode.c:261–264 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
259
260
261
static int codeextraarg (FuncState *fs, int a) {
262
lua_assert(a <= MAXARG_Ax);
263
return luaK_code(fs, CREATE_Ax(OP_EXTRAARG, a));
264
}
265
266
267
int luaK_codek (FuncState *fs, int reg, int k) {
Callers
2
luaK_codek
Function · 0.85
luaK_setlist
Function · 0.85
Calls
1
luaK_code
Function · 0.85
Tested by
no test coverage detected