Home
last modified time | relevance | path

Searched refs:can_be_caught_externally (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Disolate.cc925 bool can_be_caught_externally = false; in ReThrow() local
927 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() argument
1025 *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() local
1067 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()
Disolate.h721 bool ShouldReportException(bool* can_be_caught_externally,