OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:errfunc
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/mit/lua/dist/src/
ldebug.c
814
if (L->
errfunc
!= 0) { /* is there an error handling function? */
815
StkId
errfunc
= restorestack(L, L->
errfunc
);
local
816
lua_assert(ttisfunction(s2v(
errfunc
)));
818
setobjs2s(L, L->top.p - 1,
errfunc
); /* push function */
ldebug.c
814
if (L->
errfunc
!= 0) { /* is there an error handling function? */
815
StkId
errfunc
= restorestack(L, L->
errfunc
);
local
816
lua_assert(ttisfunction(s2v(
errfunc
)));
818
setobjs2s(L, L->top.p - 1,
errfunc
); /* push function */
lstate.h
328
ptrdiff_t
errfunc
; /* current error handling function (stack index) */
member in struct:lua_State
lstate.h
328
ptrdiff_t
errfunc
; /* current error handling function (stack index) */
member in struct:lua_State
Completed in 49 milliseconds
Indexes created Sat Feb 28 05:31:39 UTC 2026