Searched refs:should_report_exception (Results 1 – 1 of 1) sorted by relevance
2563 bool should_report_exception; in ThrowInternal() local2565 should_report_exception = try_catch_handler()->is_verbose_; in ThrowInternal()2567 should_report_exception = true; in ThrowInternal()2571 if (!message_obj.IsTheHole(this) && should_report_exception) { in ThrowInternal()