Searched defs:IsNearDeath (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/
H A Dglobal-handles.cc130 bool IsNearDeath() const { function in class:v8::internal::GlobalHandles::Node
451 bool GlobalHandles::IsNearDeath(Object** location) {
452 return Node::FromLocation(location)->IsNearDeath();
/external/v8/include/
H A Dv8.h403 inline bool IsNearDeath() const;
3969 bool Persistent<T>::IsNearDeath() const { function in class:v8::Persistent

Completed in 83 milliseconds