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

  /external/v8/src/
interface.h 80 if (*ok) Chase()->flags_ |= VALUE;
86 if (*ok) Chase()->flags_ |= MODULE;
92 if (*ok) Chase()->flags_ |= FROZEN;
102 bool IsUnknown() { return Chase()->flags_ == NONE; }
105 bool IsValue() { return Chase()->flags_ & VALUE; }
108 bool IsModule() { return Chase()->flags_ & MODULE; }
111 bool IsFrozen() { return Chase()->flags_ & FROZEN; }
143 Interface* Chase() {
interface.cc 46 ZoneHashMap* map = Chase()->exports_;
87 ZoneHashMap** map = &Chase()->exports_;
114 if (this->forward_) return this->Chase()->Unify(that, ok);
115 if (that->forward_) return this->Unify(that->Chase(), ok);
206 ZoneHashMap* map = Chase()->exports_;

Completed in 34 milliseconds