HomeSort by relevance Sort by last modified time
    Searched refs:NEAR_DEATH (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
global-handles.cc 47 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
53 NEAR_DEATH // Callback has informed the handle is near death.
132 return state_ == PENDING || state_ == NEAR_DEATH;
142 return state_ == WEAK || state_ == PENDING || state_ == NEAR_DEATH;
220 state_ = NEAR_DEATH;
237 ASSERT(state_ != NEAR_DEATH);
625 } else if (it.node()->state() == Node::NEAR_DEATH) {
639 int near_death = 0;
646 if (it.node()->state() == Node::NEAR_DEATH) near_death++
    [all...]
  /external/chromium_org/v8/src/
global-handles.cc 53 // FREE -> NORMAL <-> WEAK -> PENDING -> NEAR_DEATH -> { NORMAL, WEAK, FREE }
59 NEAR_DEATH // Callback has informed the handle is near death.
75 STATIC_ASSERT(NEAR_DEATH == Internals::kNodeStateIsNearDeathValue);
181 return state() == PENDING || state() == NEAR_DEATH;
191 return state() == WEAK || state() == PENDING || state() == NEAR_DEATH;
267 set_state(NEAR_DEATH);
298 ASSERT(state() != NEAR_DEATH);
814 } else if (it.node()->state() == Node::NEAR_DEATH) {
828 int near_death = 0;
835 if (it.node()->state() == Node::NEAR_DEATH) near_death++
    [all...]

Completed in 72 milliseconds