Searched defs:IsOneByteRepresentation (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-inl.h295 String::cast(this)->IsOneByteRepresentation();
312 String::cast(this)->IsOneByteRepresentation();
789 bool String::IsOneByteRepresentation() const { function in class:v8::internal::String
810 return GetUnderlying()->IsOneByteRepresentation();
832 IsOneByteRepresentation();
3571 return this->IsOneByteRepresentation()
6042 if (src_str->IsOneByteRepresentation()) {

Completed in 139 milliseconds