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

  /external/chromium_org/v8/src/
global-handles.h 151 static bool IsNearDeath(Object** location);
global-handles.cc 149 bool IsNearDeath() const {
505 bool GlobalHandles::IsNearDeath(Object** location) {
506 return Node::FromLocation(location)->IsNearDeath();
  /external/chromium_org/v8/test/cctest/
test-heap.cc 418 CHECK(!global_handles->IsNearDeath(h2.location()));
419 CHECK(!global_handles->IsNearDeath(h1.location()));
457 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
458 CHECK(!GlobalHandles::IsNearDeath(h2.location()));
466 CHECK(!GlobalHandles::IsNearDeath(h1.location()));
    [all...]
  /external/chromium_org/v8/include/
v8.h 541 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 190 milliseconds