Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-inl.h7732 return content_.UsesSameString(other.content_) && offset_ == other.offset_;
7735 return !content_.UsesSameString(other.content_) || offset_ != other.offset_;
Dobjects.h8661 bool UsesSameString(const FlatContent& other) const { in UsesSameString() function