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

  /external/v8/src/
global-handles.h 176 static bool IsNearDeath(Object** location);
global-handles.cc 188 bool IsNearDeath() const {
656 bool GlobalHandles::IsNearDeath(Object** location) {
657 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 625 CHECK(!global_handles->IsNearDeath(h2.location()));
626 CHECK(!global_handles->IsNearDeath(h1.location()));
664 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
665 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
673 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
    [all...]
  /external/v8/include/
v8.h 600 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 202 milliseconds