Searched refs:external_caught_exception_ (Results 1 – 2 of 2) sorted by relevance
82 external_caught_exception_ = false; in InitializeInternal()896 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()901 thread_local_top()->external_caught_exception_ = false; in CancelTerminateExecution()1226 thread_local_top()->external_caught_exception_ = false; in ScheduleThrow()1523 thread_local_top()->external_caught_exception_ = false; in OptionalRescheduleException()1527 } else if (thread_local_top()->external_caught_exception_) { in OptionalRescheduleException()1542 thread_local_top()->external_caught_exception_ = false; in OptionalRescheduleException()2048 thread_local_top_.external_caught_exception_ = false; in PropagatePendingExceptionToExternalTryCatch()2053 thread_local_top_.external_caught_exception_ = false; in PropagatePendingExceptionToExternalTryCatch()2057 thread_local_top_.external_caught_exception_ = true; in PropagatePendingExceptionToExternalTryCatch()
294 bool external_caught_exception_; variable575 return &thread_local_top_.external_caught_exception_; in external_caught_exception_address()