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 189 bool IsNearDeath() const {
638 bool GlobalHandles::IsNearDeath(Object** location) {
639 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/include/
v8.h 623 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 68 milliseconds