Searched refs:catch_on (Results 1 – 2 of 2) sorted by relevance
520 void Language::GetExceptionResolverDescription(bool catch_on, bool throw_on, in GetExceptionResolverDescription() argument522 GetDefaultExceptionResolverDescription(catch_on, throw_on, s); in GetExceptionResolverDescription()525 void Language::GetDefaultExceptionResolverDescription(bool catch_on, in GetDefaultExceptionResolverDescription() argument529 catch_on ? "on" : "off", throw_on ? "on" : "off"); in GetDefaultExceptionResolverDescription()
288 virtual void GetExceptionResolverDescription(bool catch_on, bool throw_on,291 static void GetDefaultExceptionResolverDescription(bool catch_on,