IsNearDeath 407 include/v8.h inline bool IsNearDeath() const; IsNearDeath 4089 include/v8.h bool Persistent<T>::IsNearDeath() const { IsNearDeath 653 src/api.cc return i::GlobalHandles::IsNearDeath(obj); IsNearDeath 452 src/global-handles.cc return Node::FromLocation(location)->IsNearDeath(); IsNearDeath 158 src/global-handles.h static bool IsNearDeath(Object** location); IsNearDeath 371 test/cctest/test-heap.cc CHECK(!global_handles->IsNearDeath(h2.location())); IsNearDeath 372 test/cctest/test-heap.cc CHECK(!global_handles->IsNearDeath(h1.location())); IsNearDeath 405 test/cctest/test-heap.cc CHECK(!GlobalHandles::IsNearDeath(h1.location())); IsNearDeath 406 test/cctest/test-heap.cc CHECK(!GlobalHandles::IsNearDeath(h2.location())); IsNearDeath 413 test/cctest/test-heap.cc CHECK(!GlobalHandles::IsNearDeath(h1.location()));