OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:api_check
(Results
1 - 5
of
5
) sorted by relevancy
/src/external/mit/lua/dist/src/
lapi.h
19
api_check
(L, L->top.p <= L->ci->top.p, \
35
api_check
(L, (n) < (L->top.p - L->ci->func.p), \
lapi.c
70
api_check
(L, idx <= ci->top.p - (ci->func.p + 1), "unacceptable index");
75
api_check
(L, idx != 0 && -idx <= L->top.p - (ci->func.p + 1),
83
api_check
(L, idx <= MAXUPVAL + 1, "upvalue index too large");
90
api_check
(L, ttislcf(s2v(ci->func.p)), "caller not a C function");
105
api_check
(L, o < L->top.p, "invalid index");
109
api_check
(L, idx != 0 && -idx <= L->top.p - (ci->func.p + 1),
111
api_check
(L, !ispseudo(idx), "invalid index");
122
api_check
(L, n >= 0, "negative 'n'");
139
api_check
(from, G(from) == G(to), "moving among independent states");
140
api_check
(from, to->ci->top.p - to->top.p >= n, "stack overflow")
[
all
...]
llimits.h
132
#define
api_check
(l,e,msg) luai_apicheck(l,(e) && msg)
macro
ldo.c
892
api_check
(L, nresults == 0, "hooks cannot yield values");
893
api_check
(L, k == NULL, "hooks cannot continue after yielding");
ldebug.c
396
api_check
(L, ttisfunction(func), "function expected");
Completed in 79 milliseconds
Indexes created Sun Jun 14 00:25:39 UTC 2026