Searched refs:has_property_ (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/v8/src/
H A Dlookup.h81 has_property_ = false;
114 has_property_ = true;
125 DCHECK(has_property_);
161 DCHECK(has_property_);
166 DCHECK(has_property_);
184 bool has_property_; member in class:v8::internal::BASE_EMBEDDED
H A Dlookup.cc20 has_property_ = false;
201 DCHECK(has_property_ || state_ == INTERCEPTOR || state_ == JSPROXY);
243 DCHECK(has_property_);
251 DCHECK(has_property_);
262 DCHECK(has_property_);
H A Dlookup-inl.h65 has_property_ = true;

Completed in 69 milliseconds