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

  /external/v8/src/
lookup.h 188 has_property_ = false;
237 DCHECK(has_property_);
291 DCHECK(has_property_);
296 DCHECK(has_property_);
327 bool has_property_; member in class:v8::internal::BASE_EMBEDDED
lookup.cc 52 has_property_ = false;
255 has_property_ = true;
392 DCHECK(has_property_ || state_ == INTERCEPTOR || state_ == JSPROXY);
452 DCHECK(has_property_);
460 DCHECK(has_property_);
469 DCHECK(has_property_);
481 DCHECK(has_property_);
683 has_property_ = true;

Completed in 3722 milliseconds