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 177 static bool IsNearDeath(Object** location);
global-handles.cc 189 bool IsNearDeath() const {
638 bool GlobalHandles::IsNearDeath(Object** location) {
639 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/test/cctest/heap/
test-heap.cc 623 CHECK(!global_handles->IsNearDeath(h2.location()));
624 CHECK(!global_handles->IsNearDeath(h1.location()));
662 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
663 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
671 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
    [all...]
  /external/v8/include/
v8.h 623 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 70 milliseconds