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

/external/v8/src/
H A Dobjects-inl.h245 String::cast(this)->IsTwoByteRepresentation();
265 String::cast(this)->IsTwoByteRepresentation();
307 bool String::IsTwoByteRepresentation() { function in class:v8::internal::String
340 return GetUnderlying()->IsTwoByteRepresentation();
3728 } else if (src_str->IsTwoByteRepresentation()) {

Completed in 26 milliseconds