HomeSort by relevance Sort by last modified time
    Searched defs:errfunc (Results 1 - 4 of 4) sorted by null

  /external/chromium_org/third_party/skia/third_party/lua/src/
ldebug.c 561 if (L->errfunc != 0) { /* is there an error handling function? */
562 StkId errfunc = restorestack(L, L->errfunc); local
563 if (!ttisfunction(errfunc)) luaD_throw(L, LUA_ERRERR);
565 setobjs2s(L, L->top - 1, errfunc); /* push function */
lstate.h 174 ptrdiff_t errfunc; /* current error handling function (stack index) */ member in struct:lua_State
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_itertools.py 20 def errfunc(*args): function
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_itertools.py 20 def errfunc(*args): function
    [all...]

Completed in 197 milliseconds