Home
last modified time | relevance | path

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

/external/v8/src/objects/
Dstring-inl.h85 bool StringShape::IsSequential() { in IsSequential() function
349 DCHECK(StringShape(this).IsSequential()); in Set()
Dstring.h39 inline bool IsSequential();
/external/v8/src/
Dobjects-inl.h248 return StringShape(String::cast(this)).IsSequential(); in IsSeqString()
253 return StringShape(String::cast(this)).IsSequential() && in IsSeqOneByteString()
259 return StringShape(String::cast(this)).IsSequential() && in IsSeqTwoByteString()