Searched refs:try_catch_handler (Results 1 – 4 of 4) sorted by relevance
218 for (v8::TryCatch* block = thread->try_catch_handler(); in Iterate()276 DCHECK(thread_local_top()->try_catch_handler() == that); in UnregisterTryCatchHandler()971 if (try_catch_handler()) { in CancelTerminateExecution()972 try_catch_handler()->has_terminated_ = false; in CancelTerminateExecution()1115 bool requires_message = try_catch_handler() == nullptr || in Throw()1116 try_catch_handler()->is_verbose_ || in Throw()1117 try_catch_handler()->capture_message_; in Throw()1401 if (external_handler != nullptr && !try_catch_handler()->is_verbose_) { in Throw()1444 DCHECK(handler == try_catch_handler()); in Throw()1687 should_report_exception = try_catch_handler()->is_verbose_; in Throw()[all …]
282 FIELD_ACCESSOR(v8::TryCatch*, try_catch_handler) in FIELD_ACCESSOR() argument296 v8::TryCatch::JSStackComparableAddress(try_catch_handler())); in FIELD_ACCESSOR()598 v8::TryCatch* try_catch_handler() { in THREAD_LOCAL_TOP_ADDRESS()599 return thread_local_top_.try_catch_handler(); in THREAD_LOCAL_TOP_ADDRESS()
307 DCHECK(isolate_->try_catch_handler() == NULL); in FreeThreadResources()
2396 next_(isolate_->try_catch_handler()), in TryCatch()2413 next_(isolate_->try_catch_handler()), in TryCatch()