Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/api/
H A Dapi.h335 : hsi_(hsi), saved_entered_context_count_(hsi->EnteredContextCount()) {} in EnteredContextRewindScope()
338 DCHECK_LE(saved_entered_context_count_, hsi_->EnteredContextCount()); in ~EnteredContextRewindScope()
339 while (saved_entered_context_count_ < hsi_->EnteredContextCount()) in ~EnteredContextRewindScope()
345 size_t saved_entered_context_count_; member in v8::internal::HandleScopeImplementer::EnteredContextRewindScope

Completed in 2 milliseconds