Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Disolate.cc845 bool can_be_caught_externally = false; in ReThrow() local
847 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() argument
973 *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() local
1019 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 …]
Disolate.h784 bool ShouldReportException(bool* can_be_caught_externally,