MCPcopy 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
87static 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_localvarFunction · 0.70
allocupvalueFunction · 0.70
recfieldFunction · 0.70

Calls 1

errorlimitFunction · 0.70

Tested by

no test coverage detected