MCPcopy Create free account
hub / github.com/ObEngine/ObEngine / checklimit

Function checklimit

extlibs/lua/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.85
allocupvalueFunction · 0.85
recfieldFunction · 0.85

Calls 1

errorlimitFunction · 0.85

Tested by

no test coverage detected