Home
last modified time | relevance | path

Searched refs:customErrorReporter (Results 1 – 6 of 6) sorted by relevance

/dports/lang/gauche/Gauche-0.9.10/src/
H A Dtest-vmstack.c56 Scm_VM()->customErrorReporter = eproc; in main()
H A Dvm.c246 v->customErrorReporter = (proto? proto->customErrorReporter : SCM_FALSE); in Scm_NewVM()
2284 if (SCM_PROCEDUREP(vm->customErrorReporter)) { in call_error_reporter()
2285 Scm_ApplyRec(vm->customErrorReporter, SCM_LIST1(e)); in call_error_reporter()
H A Dlibeval.scm677 (set! (-> vm customErrorReporter) handler))
H A Dlibeval.c5434 (vm)->customErrorReporter=(handler); in libeval_25vm_custom_error_reporter_setX()
/dports/lang/gauche/Gauche-0.9.10/src/gauche/
H A Dvm.h441 ScmObj customErrorReporter; /* If set, Scm_ReportError (report-error) calls member
/dports/lang/gauche/Gauche-0.9.10/
H A DChangeLog5121 customErrorReporter in the new thread. Instead, we just drop
5129 ScmVM.defaultEscapeHandler for customErrorReporter. The name was