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 130 bool IsNearDeath() const {
451 bool GlobalHandles::IsNearDeath(Object** location) {
452 return Node::FromLocation(location)->IsNearDeath();
  /external/v8/include/
v8.h 403 inline bool IsNearDeath() const;
    [all...]

Completed in 32 milliseconds