Home
last modified time | relevance | path

Searched refs:managed_ptr_destructors_head_ (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/execution/
H A Disolate.cc2920 while (managed_ptr_destructors_head_) { in ThrowInternal()
2921 ManagedPtrDestructor* l = managed_ptr_destructors_head_; in ThrowInternal()
2923 managed_ptr_destructors_head_ = nullptr; in ThrowInternal()
2945 if (managed_ptr_destructors_head_) { in ThrowInternal()
2946 managed_ptr_destructors_head_->prev_ = destructor; in ThrowInternal()
2948 destructor->next_ = managed_ptr_destructors_head_; in ThrowInternal()
2949 managed_ptr_destructors_head_ = destructor; in ThrowInternal()
2957 DCHECK_EQ(destructor, managed_ptr_destructors_head_); in ThrowInternal()
2958 managed_ptr_destructors_head_ = destructor->next_; in ThrowInternal()
H A Disolate.h2349 ManagedPtrDestructor* managed_ptr_destructors_head_ = nullptr; member in v8::internal::final

Completed in 14 milliseconds