Lines Matching refs:try_catch_handler
209 for (v8::TryCatch* block = thread->try_catch_handler(); in Iterate()
267 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()
891 if (try_catch_handler()) { in CancelTerminateExecution()
892 try_catch_handler()->has_terminated_ = false; in CancelTerminateExecution()
1000 bool requires_message = try_catch_handler() == nullptr || in Throw()
1001 try_catch_handler()->is_verbose_ || in Throw()
1002 try_catch_handler()->capture_message_; in Throw()
1190 if (external_handler != nullptr && !try_catch_handler()->is_verbose_) { in PredictExceptionCatcher()
1233 DCHECK(handler == try_catch_handler()); in RestorePendingMessageFromTryCatch()
1473 should_report_exception = try_catch_handler()->is_verbose_; in ReportPendingMessages()
2059 try_catch_handler()->can_continue_ = false; in PropagatePendingExceptionToExternalTryCatch()
2060 try_catch_handler()->has_terminated_ = true; in PropagatePendingExceptionToExternalTryCatch()
2061 try_catch_handler()->exception_ = heap()->null_value(); in PropagatePendingExceptionToExternalTryCatch()
2063 v8::TryCatch* handler = try_catch_handler(); in PropagatePendingExceptionToExternalTryCatch()