Searched refs:try_catch_handler_ (Results 1 – 5 of 5) sorted by relevance
56 v8::TryCatch* try_catch_handler_; variable69 if (try_catch_handler_) { in try_catch_handler_address()70 return try_catch_handler_->JSStackComparableAddressPrivate(); in try_catch_handler_address()
14 try_catch_handler_ = nullptr; in Clear()
562 for (v8::TryCatch* block = thread->try_catch_handler_; block != nullptr; in Iterate()609 thread_local_top()->try_catch_handler_ = that; in RegisterTryCatchHandler()613 DCHECK(thread_local_top()->try_catch_handler_ == that); in UnregisterTryCatchHandler()614 thread_local_top()->try_catch_handler_ = that->next_; in UnregisterTryCatchHandler()
766 return thread_local_top()->try_catch_handler_; in THREAD_LOCAL_TOP_ADDRESS()
202 thread_local_top->try_catch_handler_ == nullptr;