Searched refs:exn_catching_apply (Results 1 – 1 of 1) sorted by relevance
791 static Scheme_Object *exn_catching_apply = NULL; variable1022 MZ_REGISTER_STATIC(exn_catching_apply); in startup_mzscheme()1492 if (!exn_catching_apply) in init_exn_catching_apply()1499 exn_catching_apply = scheme_eval_string(e, environment); in init_exn_catching_apply()1518 v = _scheme_apply(exn_catching_apply, 1, &f); in _apply_thunk_catch_exceptions()