Home
last modified time | relevance | path

Searched defs:errfunc (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/lua/src/
H A Dldebug.c756 StkId errfunc = restorestack(L, L->errfunc); in luaG_errormsg() local
H A Dlstate.h322 ptrdiff_t errfunc; /* current error handling function (stack index) */ member
H A Dlapi.c1010 LUA_API int lua_pcallk (lua_State *L, int nargs, int nresults, int errfunc, in lua_pcallk()
/aosp_15_r20/external/python/cpython2/Lib/test/
Dtest_itertools.py20 def errfunc(*args): function
/aosp_15_r20/external/python/cpython3/Lib/test/
Dtest_itertools.py29 def errfunc(*args): function