Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h236 return StringShape(String::cast(this)).IsSequential(); in IsSeqString()
242 return StringShape(String::cast(this)).IsSequential() && in IsSeqOneByteString()
249 return StringShape(String::cast(this)).IsSequential() && in IsSeqTwoByteString()
440 bool StringShape::IsSequential() { in IsSequential() function
3621 DCHECK(StringShape(this).IsSequential()); in Set()
Dobjects.h8386 inline bool IsSequential();