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

/external/chromium_org/v8/src/
H A Dobjects-inl.h238 String::cast(this)->IsTwoByteRepresentation();
258 String::cast(this)->IsTwoByteRepresentation();
318 bool String::IsTwoByteRepresentation() { function in class:v8::internal::String
351 return GetUnderlying()->IsTwoByteRepresentation();
5407 } else if (src_str->IsTwoByteRepresentation()) {
H A Dobjects.h9133 inline bool IsTwoByteRepresentation();
H A Dobjects.cc1137 if (this->IsTwoByteRepresentation()) {
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc19053 CHECK(flat_string->IsTwoByteRepresentation());
19064 CHECK(cons->first()->IsTwoByteRepresentation());

Completed in 265 milliseconds