Home | History | Annotate | Download | only in src

Lines Matching refs:src_str

3724   String* src_str = String::cast(src);
3725 if (!StringShape(src_str).IsExternal()) return true;
3726 if (src_str->IsAsciiRepresentation()) {
3728 } else if (src_str->IsTwoByteRepresentation()) {