Searched refs:can_be_caught_externally (Results 1 – 2 of 2) sorted by relevance
925 bool can_be_caught_externally = false; in ReThrow() local927 ShouldReportException(&can_be_caught_externally, catchable_by_javascript); in ReThrow()929 thread_local_top()->catcher_ = can_be_caught_externally ? in ReThrow()1008 bool Isolate::ShouldReportException(bool* can_be_caught_externally, in ShouldReportException() argument1025 *can_be_caught_externally = external_handler_address != NULL && in ShouldReportException()1029 if (*can_be_caught_externally) { in ShouldReportException()1065 bool can_be_caught_externally = false; in DoThrow() local1067 ShouldReportException(&can_be_caught_externally, catchable_by_javascript); in DoThrow()1070 can_be_caught_externally && try_catch_handler()->capture_message_; in DoThrow()1144 thread_local_top()->catcher_ = can_be_caught_externally ? in DoThrow()
721 bool ShouldReportException(bool* can_be_caught_externally,