Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/EmmyLua/EmmyLuaDebugger
/ checklimit
Function
checklimit
third-party/lua-5.2.4/src/lparser.c:96–98 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
94
95
96
static void checklimit (FuncState *fs, int v, int l, const char *what) {
97
if (v > l) errorlimit(fs, l, what);
98
}
99
100
101
static int testnext (LexState *ls, int c) {
Callers
6
new_localvar
Function · 0.70
newupvalue
Function · 0.70
enterlevel
Function · 0.70
recfield
Function · 0.70
listfield
Function · 0.70
assignment
Function · 0.70
Calls
1
errorlimit
Function · 0.70
Tested by
no test coverage detected