Home
last modified time | relevance | path

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

/external/chromium_org/v8/src/
Dlookup.h81 has_property_ = false; in NotFound()
114 has_property_ = true; in IsCacheableTransition()
125 DCHECK(has_property_); in property_details()
161 DCHECK(has_property_); in descriptor_number()
166 DCHECK(has_property_); in dictionary_entry()
184 bool has_property_; variable
Dlookup.cc20 has_property_ = false; in Next()
201 DCHECK(has_property_ || state_ == INTERCEPTOR || state_ == JSPROXY); in HolderIsReceiverOrHiddenPrototype()
243 DCHECK(has_property_); in GetConstantIndex()
251 DCHECK(has_property_); in GetFieldIndex()
262 DCHECK(has_property_); in GetFieldType()
Dlookup-inl.h65 has_property_ = true; in LookupInHolder()