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/
Dhandles.cc163 identity_map_ = std::make_unique<CanonicalHandlesMap>( 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()
Dhandles.h310 std::unique_ptr<CanonicalHandlesMap> identity_map_; variable