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

  /external/chromium_org/v8/src/
global-handles.cc 149 bool IsNearDeath() const {
505 bool GlobalHandles::IsNearDeath(Object** location) {
506 return Node::FromLocation(location)->IsNearDeath();
  /external/chromium_org/v8/include/
v8.h 541 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 425 milliseconds