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

/external/chromium_org/v8/src/
H A Dglobal-handles.cc30 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
36 NEAR_DEATH // Callback has informed the handle is near death. enumerator in enum:v8::internal::GlobalHandles::Node::State
52 STATIC_ASSERT(NEAR_DEATH == Internals::kNodeStateIsNearDeathValue);
151 return state() == PENDING || state() == NEAR_DEATH;
161 return state() == WEAK || state() == PENDING || state() == NEAR_DEATH;
231 set_state(NEAR_DEATH);
254 CHECK(state() != NEAR_DEATH);
767 } else if (it.node()->state() == Node::NEAR_DEATH) {
788 if (it.node()->state() == Node::NEAR_DEATH) near_death++;

Completed in 500 milliseconds