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 77 if (state_ == WEAK || IsNearDeath()) {
116 if (state_ != WEAK && !IsNearDeath()) {
131 if (state_ == WEAK || IsNearDeath()) {
141 bool IsNearDeath() {
367 bool GlobalHandles::IsNearDeath(Object** location) {
368 return Node::FromLocation(location)->IsNearDeath();
  /external/v8/include/
v8.h 393 inline bool IsNearDeath() const;
    [all...]

Completed in 38 milliseconds