HomeSort by relevance Sort by last modified time
    Searched defs:IsTwoByteRepresentation (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
objects-inl.h 245 String::cast(this)->IsTwoByteRepresentation();
265 String::cast(this)->IsTwoByteRepresentation();
307 bool String::IsTwoByteRepresentation() {
340 return GetUnderlying()->IsTwoByteRepresentation();
    [all...]
  /external/chromium_org/v8/src/
objects-inl.h 258 String::cast(this)->IsTwoByteRepresentation();
278 String::cast(this)->IsTwoByteRepresentation();
334 bool String::IsTwoByteRepresentation() {
367 return GetUnderlying()->IsTwoByteRepresentation();
    [all...]

Completed in 43 milliseconds