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

/external/chromium_org/v8/src/
H A Dglobal-handles.h151 static bool IsNearDeath(Object** location);
H A Dglobal-handles.cc149 bool IsNearDeath() const { function in class:v8::internal::GlobalHandles::Node
505 bool GlobalHandles::IsNearDeath(Object** location) {
506 return Node::FromLocation(location)->IsNearDeath();
/external/chromium_org/v8/test/cctest/
H A Dtest-heap.cc418 CHECK(!global_handles->IsNearDeath(h2.location()));
419 CHECK(!global_handles->IsNearDeath(h1.location()));
457 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
458 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
466 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
4143 CHECK(p->IsNearDeath());
/external/chromium_org/v8/include/
H A Dv8.h541 V8_INLINE bool IsNearDeath() const;
6038 bool PersistentBase<T>::IsNearDeath() const { function in class:v8::PersistentBase

Completed in 125 milliseconds