exceptionHandler   49 src/exclib.c    SCM_RESULT = (Scm_VM()->exceptionHandler);
exceptionHandler  403 src/gauche/vm.h     ScmObj exceptionHandler;    /* the current exception handler installed by
exceptionHandler  197 src/vm.c           v->exceptionHandler = DEFAULT_EXCEPTION_HANDLER;
exceptionHandler 3286 src/vm.c           if (vm->exceptionHandler != DEFAULT_EXCEPTION_HANDLER) {
exceptionHandler 3287 src/vm.c               vm->val0 = Scm_Apply(vm->exceptionHandler, SCM_LIST1(exception));
exceptionHandler 3293 src/vm.c                   vm->exceptionHandler = DEFAULT_EXCEPTION_HANDLER;
exceptionHandler 3318 src/vm.c           vm->exceptionHandler = DEFAULT_EXCEPTION_HANDLER;
exceptionHandler 3329 src/vm.c           vm->exceptionHandler = ep->xhandler;
exceptionHandler 3352 src/vm.c           ep->xhandler = vm->exceptionHandler;
exceptionHandler 3374 src/vm.c           theVM->exceptionHandler = SCM_OBJ(data);
exceptionHandler 3380 src/vm.c           ScmObj current = theVM->exceptionHandler;