Home
last modified time | relevance | path

Searched refs:IsNearDeath (Results 1 – 8 of 8) sorted by relevance

/external/v8/src/
Dglobal-handles.cc77 if (state_ == WEAK || IsNearDeath()) { in Destroy()
116 if (state_ != WEAK && !IsNearDeath()) { in MakeWeak()
131 if (state_ == WEAK || IsNearDeath()) { in ClearWeakness()
141 bool IsNearDeath() { in IsNearDeath() function in v8::internal::GlobalHandles::Node
367 bool GlobalHandles::IsNearDeath(Object** location) { in IsNearDeath() function in v8::internal::GlobalHandles
368 return Node::FromLocation(location)->IsNearDeath(); in IsNearDeath()
Dglobal-handles.h150 static bool IsNearDeath(Object** location);
Dapi.cc484 return i::GlobalHandles::IsNearDeath(obj); in IsGlobalNearDeath()
/external/v8/test/cctest/
Dtest-heap.cc371 CHECK(!global_handles->IsNearDeath(h2.location())); in TEST()
372 CHECK(!global_handles->IsNearDeath(h1.location())); in TEST()
405 CHECK(!GlobalHandles::IsNearDeath(h1.location())); in TEST()
406 CHECK(!GlobalHandles::IsNearDeath(h2.location())); in TEST()
413 CHECK(!GlobalHandles::IsNearDeath(h1.location())); in TEST()
/external/webkit/Source/WebCore/bindings/v8/
DV8Binding.h96 ASSERT(!lastV8String.IsNearDeath()); in v8ExternalString()
DV8GCController.cpp471 if ((!wrapper.IsWeak() && !wrapper.IsNearDeath()) || port1->hasPendingActivity()) in visitDOMWrapper()
DV8Binding.cpp483 if (!handle.IsNearDeath() && !handle.IsEmpty()) { in v8ExternalStringSlow()
/external/v8/include/
Dv8.h393 inline bool IsNearDeath() const;
3678 bool Persistent<T>::IsNearDeath() const {