Searched refs:can_be_caught_externally (Results 1 – 2 of 2) sorted by relevance
845 bool can_be_caught_externally = false; in ReThrow() local847 ShouldReportException(&can_be_caught_externally, catchable_by_javascript); in ReThrow()849 thread_local_top()->catcher_ = can_be_caught_externally ? in ReThrow()956 bool Isolate::ShouldReportException(bool* can_be_caught_externally, in ShouldReportException() argument973 *can_be_caught_externally = external_handler_address != NULL && in ShouldReportException()977 if (*can_be_caught_externally) { in ShouldReportException()1017 bool can_be_caught_externally = false; in DoThrow() local1019 ShouldReportException(&can_be_caught_externally, catchable_by_javascript); in DoThrow()1022 can_be_caught_externally && try_catch_handler()->capture_message_; in DoThrow()1100 (report_exception || can_be_caught_externally)) { in DoThrow()[all …]
784 bool ShouldReportException(bool* can_be_caught_externally,