Home
last modified time | relevance | path

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

/external/v8/src/
Dproperty-details.h132 bool is_more_general_than(const Representation& other) const { in is_more_general_than() function
146 return other.is_more_general_than(*this) || other.Equals(*this); in fits_into()
151 if (other.is_more_general_than(*this)) return other; in generalize()