Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/handles/
H A Dhandles.cc163 identity_map_ = std::make_unique<CanonicalHandlesMap>( in CanonicalHandleScope()
170 // Note: both the identity_map_ (zone-allocated) and the zone_ itself may in ~CanonicalHandleScope()
174 identity_map_.reset(); in ~CanonicalHandleScope()
192 auto find_result = identity_map_->FindOrInsert(Object(object)); in Lookup()
202 return std::move(identity_map_); in DetachCanonicalHandles()
H A Dhandles.h295 // To properly dispose of said zone, we need to first free the identity_map_
296 // which is done manually even though identity_map_ is a unique_ptr.
310 std::unique_ptr<CanonicalHandlesMap> identity_map_; member in v8::internal::CanonicalHandleScope

Completed in 2 milliseconds