Home
last modified time | relevance | path

Searched refs:global_handle_location_ (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dmanaged-inl.h53 destructor->global_handle_location_ = global_handle.location(); in FromSharedPtr()
54 GlobalHandles::MakeWeak(destructor->global_handle_location_, destructor, in FromSharedPtr()
Dmanaged.cc32 GlobalHandles::Destroy(destructor->global_handle_location_); in ManagedObjectFinalizer()
Dmanaged.h27 Address* global_handle_location_ = nullptr; member