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

/external/chromium_org/v8/src/
H A Dobjects-inl.h251 String::cast(this)->IsOneByteRepresentation();
271 String::cast(this)->IsOneByteRepresentation();
328 bool String::IsOneByteRepresentation() { function in class:v8::internal::String
351 return GetUnderlying()->IsOneByteRepresentation();
375 IsOneByteRepresentation();
2702 return this->IsOneByteRepresentation()
4764 if (src_str->IsOneByteRepresentation()) {

Completed in 82 milliseconds