Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc930 try_catch_handler() : NULL; in ReThrow()
1031 return try_catch_handler()->is_verbose_; in ShouldReportException()
1070 can_be_caught_externally && try_catch_handler()->capture_message_; in DoThrow()
1145 try_catch_handler() : NULL; in DoThrow()
1155 (try_catch_handler() != thread_local_top()->catcher_)) { in IsExternallyCaught()
1694 try_catch_handler()->can_continue_ = false; in PropagatePendingExceptionToExternalTryCatch()
1695 try_catch_handler()->exception_ = heap()->null_value(); in PropagatePendingExceptionToExternalTryCatch()
1700 try_catch_handler()->can_continue_ = true; in PropagatePendingExceptionToExternalTryCatch()
1701 try_catch_handler()->exception_ = pending_exception(); in PropagatePendingExceptionToExternalTryCatch()
1703 try_catch_handler()->message_ = thread_local_top_.pending_message_obj_; in PropagatePendingExceptionToExternalTryCatch()
Disolate.h562 v8::TryCatch* try_catch_handler() { in try_catch_handler() function