MCPcopy 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
96static void checklimit (FuncState *fs, int v, int l, const char *what) {
97 if (v > l) errorlimit(fs, l, what);
98}
99
100
101static int testnext (LexState *ls, int c) {

Callers 6

new_localvarFunction · 0.70
newupvalueFunction · 0.70
enterlevelFunction · 0.70
recfieldFunction · 0.70
listfieldFunction · 0.70
assignmentFunction · 0.70

Calls 1

errorlimitFunction · 0.70

Tested by

no test coverage detected