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

  /external/v8/src/
global-handles.cc 188 bool IsNearDeath() const {
656 bool GlobalHandles::IsNearDeath(Object** location) {
657 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/include/
v8.h 600 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 181 milliseconds