Scm_UncaughtExceptionClass  720 ext/threads/thrlib.c SCM_DEFINE_BUILTIN_CLASS(Scm_UncaughtExceptionClass, uncaught_exception_print, NULL, NULL, thread_exception_allocate, thread_exception_cpa);
Scm_UncaughtExceptionClass  742 ext/threads/thrlib.c   Scm_InitBuiltinClass(&Scm_UncaughtExceptionClass, "<uncaught-exception>", Scm_UncaughtExceptionClass__SLOTS, TRUE, module);
Scm_UncaughtExceptionClass  255 src/gauche/exception.h SCM_CLASS_DECL(Scm_UncaughtExceptionClass);
Scm_UncaughtExceptionClass  256 src/gauche/exception.h #define SCM_CLASS_UNCAUGHT_EXCEPTION (&Scm_UncaughtExceptionClass)