Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ checklimit
Function
checklimit
third-party/lua-5.4.6/src/lparser.c:87–89 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
85
86
87
static void checklimit (FuncState *fs, int v, int l, const char *what) {
88
if (v > l) errorlimit(fs, l, what);
89
}
90
91
92
/*
Callers
3
new_localvar
Function · 0.70
allocupvalue
Function · 0.70
recfield
Function · 0.70
Calls
1
errorlimit
Function · 0.70
Tested by
no test coverage detected