Searched refs:try_catch_handler (Results 1 – 4 of 4) sorted by relevance
221 for (v8::TryCatch* block = thread->try_catch_handler(); in Iterate()279 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()974 if (try_catch_handler()) { in CancelTerminateExecution()975 try_catch_handler()->has_terminated_ = false; in CancelTerminateExecution()1118 bool requires_message = try_catch_handler() == nullptr || in Throw()1119 try_catch_handler()->is_verbose_ || in Throw()1120 try_catch_handler()->capture_message_; in Throw()1405 if (external_handler != nullptr && !try_catch_handler()->is_verbose_) { in Throw()1448 DCHECK(handler == try_catch_handler()); in Throw()1725 should_report_exception = try_catch_handler()->is_verbose_; in Throw()[all …]
283 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) in FIELD_ACCESSOR() argument297 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); in FIELD_ACCESSOR()600 v8::TryCatch* try_catch_handler() { in THREAD_LOCAL_TOP_ADDRESS()601 return thread_local_top_.try_catch_handler(); in THREAD_LOCAL_TOP_ADDRESS()
307 DCHECK(isolate_->try_catch_handler() == NULL); in FreeThreadResources()
2535 next_(isolate_->try_catch_handler()), in TryCatch()2552 next_(isolate_->try_catch_handler()), in TryCatch()