Searched refs:try_catch_handler (Results 1 – 4 of 4) sorted by relevance
194 for (v8::TryCatch* block = thread->try_catch_handler(); in Iterate()256 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()802 if (try_catch_handler()) { in CancelTerminateExecution()803 try_catch_handler()->has_terminated_ = false; in CancelTerminateExecution()850 try_catch_handler() : NULL; in ReThrow()878 DCHECK(handler == try_catch_handler()); in RestorePendingMessageFromTryCatch()979 return try_catch_handler()->is_verbose_; in ShouldReportException()1022 can_be_caught_externally && try_catch_handler()->capture_message_; in DoThrow()1157 try_catch_handler() : NULL; in DoThrow()1167 (try_catch_handler() == thread_local_top()->catcher_); in HasExternalTryCatch()[all …]
243 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) in FIELD_ACCESSOR() argument257 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); in FIELD_ACCESSOR()592 v8::TryCatch* try_catch_handler() { in try_catch_handler() function593 return thread_local_top_.try_catch_handler(); in try_catch_handler()
312 DCHECK(isolate_->try_catch_handler() == NULL); in FreeThreadResources()
1908 next_(isolate_->try_catch_handler()), in TryCatch()