Home
last modified time | relevance | path

Searched refs:try_catch_handler_ (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/execution/
Dthread-local-top.h56 v8::TryCatch* try_catch_handler_; variable
69 if (try_catch_handler_) { in try_catch_handler_address()
70 return try_catch_handler_->JSStackComparableAddressPrivate(); in try_catch_handler_address()
Dthread-local-top.cc14 try_catch_handler_ = nullptr; in Clear()
Disolate.cc562 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()
Disolate.h766 return thread_local_top()->try_catch_handler_; in THREAD_LOCAL_TOP_ADDRESS()
/third_party/node/deps/v8/src/api/
Dapi-inl.h202 thread_local_top->try_catch_handler_ == nullptr;