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

  /external/v8/src/
global-handles.h 179 static bool IsNearDeath(Object** location);
global-handles.cc 165 bool IsNearDeath() const {
618 bool GlobalHandles::IsNearDeath(Object** location) {
619 return Node::FromLocation(location)->IsNearDeath();
    [all...]
  /external/v8/include/
v8.h 586 V8_INLINE bool IsNearDeath() const;
    [all...]

Completed in 57 milliseconds